CN108415811B - Method and device for monitoring business logic - Google Patents

Method and device for monitoring business logic Download PDF

Info

Publication number
CN108415811B
CN108415811B CN201810245843.6A CN201810245843A CN108415811B CN 108415811 B CN108415811 B CN 108415811B CN 201810245843 A CN201810245843 A CN 201810245843A CN 108415811 B CN108415811 B CN 108415811B
Authority
CN
China
Prior art keywords
monitoring
target
logic
business logic
service logic
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
Application number
CN201810245843.6A
Other languages
Chinese (zh)
Other versions
CN108415811A (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.)
Gf Securities Co ltd
Original Assignee
Gf Securities Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Gf Securities Co ltd filed Critical Gf Securities Co ltd
Priority to CN201810245843.6A priority Critical patent/CN108415811B/en
Publication of CN108415811A publication Critical patent/CN108415811A/en
Application granted granted Critical
Publication of CN108415811B publication Critical patent/CN108415811B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/55Detecting local intrusion or implementing counter-measures
    • G06F21/552Detecting local intrusion or implementing counter-measures involving long-term monitoring or reporting

Abstract

The invention discloses a method for monitoring business logic, which comprises the following steps: when a monitoring request of a target service logic is received, calling a preset target interface to monitor the target service logic; when the operation of the target service logic is monitored, acquiring monitoring information of the current target service logic through a target interface, wherein the monitoring information at least comprises: the ID and the running timestamp of the current target service logic, and the ID and the IP of a server which are run by the current target service logic; and updating and storing the monitoring data of the target business logic in real time according to the monitoring information. The method has extremely high timeliness and universality, does not influence the normal operation of business logic, can provide practical and effective monitoring data for a manager, is beneficial to the manager to formulate a corresponding adjustment strategy, and provides excellent service for users. Correspondingly, the device, the equipment and the computer readable storage medium for monitoring the business logic also have the technical effects.

Description

Method and device for monitoring business logic
Technical Field
The present invention relates to the field of server technologies, and in particular, to a method, an apparatus, a device, and a computer-readable storage medium for monitoring business logic.
Background
With the continuous development of computer technology and internet technology, the business logic in the server becomes complicated, which brings great challenges to the monitoring and statistics of the business logic.
Currently, the prior art generally adopts a logging mode to monitor and count business logic. Because the service logic in the server is complicated, in order to perform monitoring and statistical work, a corresponding monitoring script needs to be developed and maintained aiming at the specific service logic, so that the workload is increased, and the working efficiency is also reduced; in addition, the method has a great influence on the normal operation of the business logic in the server.
Therefore, how to improve the efficiency of monitoring the business logic and reduce the normal operation of the business logic in the server is a problem to be solved by those skilled in the art.
Disclosure of Invention
The invention aims to provide a method, a device and equipment for monitoring business logic and a computer readable storage medium, so as to improve the efficiency of monitoring the business logic and reduce the normal operation of the business logic in a server.
In order to solve the above technical problem, the present invention provides a method for monitoring business logic, comprising:
when a monitoring request of a target service logic is received, calling a preset target interface to monitor the target service logic;
when the operation of the target service logic is monitored, acquiring monitoring information of the current target service logic through the target interface, wherein the monitoring information at least comprises: the ID and the running timestamp of the current target service logic, and the ID and the IP of a server which are run by the current target service logic;
and updating and storing the monitoring data of the target business logic in real time according to the monitoring information.
Wherein, the updating and storing the monitoring data of the target business logic in real time according to the monitoring information comprises:
updating the monitoring data of the target service logic in real time according to the monitoring information to obtain target monitoring data;
and storing the target monitoring data to a server operated by the target business logic.
Wherein, after storing the target monitoring data in the server operated by the target service logic, the method further includes:
serializing the target monitoring data into binary data in batches through a protobuf protocol;
and transmitting the binary data to a preset monitoring database and storing the binary data.
Wherein, the transmitting the binary data to a preset monitoring database and storing comprises:
and transmitting the binary data to the monitoring database according to a preset period and storing the binary data.
Wherein, the transmitting the binary data to a preset monitoring database and storing comprises:
and transmitting the binary data to the monitoring database through a UDP transmission protocol and storing the binary data.
Wherein, after transmitting the binary data to a preset database and storing, the method further comprises:
and updating the monitoring data table of the target business logic according to the monitoring database.
After the updating of the monitoring data table of the target business logic according to the monitoring database, the method further includes:
judging whether the target service logic accords with a preset alarm rule or not according to the updated monitoring data table;
if yes, alarming according to the alarming rule.
An apparatus for monitoring business logic, comprising:
the execution module is used for calling a preset target interface to monitor the target business logic when receiving a monitoring request of the target business logic;
an obtaining module, configured to obtain, through the target interface, monitoring information of the current target service logic when it is monitored that the target service logic operates, where the monitoring information at least includes: the ID and the running timestamp of the current target service logic, and the ID and the IP of a server which are run by the current target service logic;
and the storage module is used for updating and storing the monitoring data of the target business logic in real time according to the monitoring information.
An apparatus for monitoring business logic, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of monitoring business logic as described in any one of the above when executing the computer program.
A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method of monitoring business logic of any of the preceding claims.
The invention provides a method for monitoring business logic, which comprises the following steps: when a monitoring request of a target service logic is received, calling a preset target interface to monitor the target service logic; when the operation of the target service logic is monitored, acquiring monitoring information of the current target service logic through the target interface, wherein the monitoring information at least comprises: the ID and the running timestamp of the current target service logic, and the ID and the IP of a server which are run by the current target service logic; and updating and storing the monitoring data of the target business logic in real time according to the monitoring information.
By the method, a user can timely know the running condition of the target service logic according to the current requirement, and the technical personnel can make a corresponding adjustment strategy for the target service logic through the monitoring data of the target service logic so as to meet the actual requirement. For example: when the monitoring data show that the target service logic frequently runs in a period of time, a technician can detect whether the target service logic is illegally attacked, and if so, a corresponding protection strategy is timely provided, and the normal running of the target service logic is protected; if not, a better operation environment can be provided for the target service logic by methods of improving the access bandwidth and the like so as to ensure the normal operation of the target service logic. Therefore, the method has extremely high timeliness and universality, does not influence the normal operation of business logic, can provide practical and effective monitoring data for a manager, is beneficial to the manager to formulate a corresponding adjustment strategy, and provides excellent service for users.
Correspondingly, the device, the equipment and the computer readable storage medium for monitoring the business logic also have the technical effects.
Drawings
In order to more clearly illustrate the embodiments or technical solutions of the present invention, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
Fig. 1 is a flowchart of a method for monitoring business logic according to an embodiment of the present invention;
FIG. 2 is a flow chart of another method for monitoring business logic according to an embodiment of the present invention;
fig. 3 is a schematic diagram of an apparatus for monitoring business logic according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a device for monitoring service logic according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention discloses a method, a device and equipment for monitoring business logic and a computer readable storage medium, which are used for improving the efficiency of monitoring the business logic and reducing the normal operation of the business logic in a server.
Referring to fig. 1, a method for monitoring business logic provided in an embodiment of the present invention includes:
s101, when a monitoring request of a target service logic is received, calling a preset target interface to monitor the target service logic;
specifically, if the method provided in this embodiment is adopted to make a monitoring system for monitoring a service logic, when a user needs to monitor a target service logic, a monitoring request of the target service logic needs to be input into the monitoring system first, and when the monitoring system receives the monitoring request, a preset target interface is called to monitor the target service logic, and at this time, the target interface monitors the running condition of the target service logic in real time. The target interface is a preset monitoring interface for monitoring the business logic, and the running condition of the business logic can be monitored in real time through the monitoring interface.
S102, when the situation that the target service logic operates is monitored, acquiring monitoring information of the current target service logic through a target interface;
wherein, monitoring information includes at least: the ID and running timestamp of the current target service logic, and the ID and IP of the server run by the current target service logic.
In this embodiment, in the process of monitoring the target service logic by the target interface, when the target interface monitors that the target service logic operates, the monitoring information of the current target service logic is obtained through the target interface, that is, the ID and the operating timestamp of the current target service logic, and the ID and the IP of the server in which the current target service logic operates are obtained.
And S103, updating and storing the monitoring data of the target business logic in real time according to the monitoring information.
Specifically, after the monitoring information of the target service logic is acquired, the monitoring data of the target service logic is updated in real time according to the acquired monitoring information and stored. The monitoring data of the target service logic is updated in time, so that a user can check the running condition of the current target service logic in time, and good prerequisites and bases can be provided for statistics and management of the target service logic.
Therefore, by the method for monitoring the business logic, a user can timely know the running condition of the target business logic according to the current requirement, and a technician can make a corresponding adjustment strategy for the target business logic through the monitoring data of the target business logic so as to meet the actual requirement.
For example: when the monitoring data show that the target service logic frequently runs in a period of time, a technician can detect whether the target service logic is illegally attacked, and if so, a corresponding protection strategy is timely provided, and the normal running of the target service logic is protected; if not, a better operation environment can be provided for the target service logic by methods of improving the access bandwidth and the like so as to ensure the normal operation of the target service logic.
Therefore, the method has extremely high timeliness and universality, does not influence the normal operation of business logic, can provide practical and effective monitoring data for a manager, is beneficial to the manager to formulate a corresponding adjustment strategy, and provides excellent service for users.
The embodiment of the invention discloses another method for monitoring business logic, and compared with the previous embodiment, the embodiment further explains and optimizes the technical scheme.
Referring to fig. 2, another method for monitoring business logic provided in the embodiment of the present invention includes:
s201, when a monitoring request of a target service logic is received, calling a preset target interface to monitor the target service logic;
s202, when the operation of the target service logic is monitored, acquiring monitoring information of the current target service logic through a target interface;
wherein, monitoring information includes at least: the ID and running timestamp of the current target service logic, and the ID and IP of the server run by the current target service logic.
S203, updating the monitoring data of the target business logic in real time according to the monitoring information to obtain target monitoring data;
s204, storing the target monitoring data to a server operated by the target service logic;
specifically, the target monitoring data is stored in the server operated by the target business logic, and the storage efficiency of the target monitoring data is higher because the target monitoring data is directly stored in the local machine. In order to facilitate storage of the target monitoring data, a corresponding storage space may be preset in a server in which the target service logic operates.
S205, serializing the target monitoring data into binary data in batches through a protobuf protocol;
s206, transmitting the binary data to a preset monitoring database and storing the binary data;
in this embodiment, in order not to affect the normal operation of the service logic in the server by the monitoring data, the monitoring data may be transmitted to a storage device external to the server. In addition, in order to improve transmission efficiency, data can be transmitted in batch. Specifically, target monitoring data are serialized into binary data in batches through a protobuf protocol, and the binary data are transmitted to a preset monitoring database and stored.
Wherein, the transmitting the binary data to a preset monitoring database and storing comprises: and transmitting the binary data to the monitoring database according to a preset period and storing the binary data.
Specifically, binary data are transmitted according to a preset period, so that the data transmission efficiency and the monitoring performance can be improved; and moreover, the influence on the service logic in the server can be reduced by reducing the data transmission times, and the normal operation of the service logic in the server is ensured.
Wherein, the transmitting the binary data to a preset monitoring database and storing comprises: and transmitting the binary data to the monitoring database through a UDP transmission protocol and storing the binary data.
Specifically, since the UDP transport protocol is an efficient connectionless network transport protocol and has extremely high real-time performance, the efficiency of data transmission can be improved by transmitting binary data through the UDP transport protocol.
S207, updating a monitoring data table of the target business logic according to the monitoring database;
specifically, the monitoring data table of the preset target business logic is updated in time according to the data in the monitoring database, so that the user can check and count the data conveniently. Of course, other ways can be adopted to visually display the monitoring data of the target business logic. For example: line graphs, bar graphs, or other visualization windows.
S208, judging whether the target service logic accords with a preset alarm rule according to the updated monitoring data table; if yes, go to S209; if not, executing S210;
s209, alarming according to the alarm rule;
and S210, no operation.
Specifically, the technician may preset a corresponding alarm rule for the target service logic, and alarm according to the alarm rule when the target service logic conforms to the preset alarm rule. For example: the preset alarm rule of the target service is as follows: and when the running times of the target business logic exceed 10000 times within 10 minutes, timely alarming to corresponding managers. The same or different alarm rules can be preset for different business logics, and corresponding managers can be matched for different business logics. And when a certain service logic accords with the preset alarm rule corresponding to the service logic, timely notifying corresponding managers.
Therefore, through another method for monitoring the service logic provided by this embodiment, a user can know the operation condition of the target service logic in time according to the current demand, and through the monitoring data of the target service logic, a technician can make a corresponding adjustment strategy for the target service logic to meet the actual demand. The method has extremely high timeliness and universality, does not influence the normal operation of business logic, can provide practical and effective monitoring data for a manager, is beneficial to the manager to formulate a corresponding adjustment strategy, and provides excellent service for users.
By using the method for monitoring business logic provided by the present specification, the following monitoring system can be formulated, including:
the monitoring end is used for monitoring the service logic in the monitored server, acquiring corresponding monitoring data and transmitting the monitoring data to the monitoring server;
the storage terminal is used for receiving the monitoring data, updating and storing a preset monitoring data table according to the received monitoring data, and sending the monitoring data table to the alarm terminal;
and the alarm end is used for alarming according to the data in the monitoring data table.
In the following, a device for monitoring business logic according to an embodiment of the present invention is introduced, and the device for monitoring business logic described below and the method for monitoring business logic described above may be referred to each other.
Referring to fig. 3, an apparatus for monitoring business logic according to an embodiment of the present invention includes:
the execution module 301 is configured to, when receiving a monitoring request of a target service logic, call a preset target interface to monitor the target service logic;
an obtaining module 302, configured to obtain, through the target interface, monitoring information of the current target service logic when it is monitored that the target service logic operates, where the monitoring information at least includes: the ID and the running timestamp of the current target service logic, and the ID and the IP of a server which are run by the current target service logic;
and the storage module 303 is configured to update and store the monitoring data of the target service logic in real time according to the monitoring information.
Wherein the storage module comprises:
the updating unit is used for updating the monitoring data of the target service logic in real time according to the monitoring information to obtain target monitoring data;
and the storage unit is used for storing the target monitoring data to a server operated by the target service logic.
Wherein, still include:
the serialization module is used for serializing the target monitoring data into binary data in batches through a protobuf protocol;
and the transmission module is used for transmitting the binary data to a preset monitoring database and storing the binary data.
Wherein the transmission module is specifically configured to:
and transmitting the binary data to the monitoring database according to a preset period and storing the binary data.
Wherein the transmission module is specifically configured to:
and transmitting the binary data to the monitoring database through a UDP transmission protocol and storing the binary data.
Wherein, still include:
and the updating module is used for updating the monitoring data table of the target business logic according to the monitoring database.
Wherein, still include:
the judging module is used for judging whether the target business logic accords with a preset alarm rule or not according to the updated monitoring data table;
and the alarm module is used for alarming according to the alarm rule when the target business logic accords with the preset alarm rule.
In the following, the device for monitoring business logic according to the embodiments of the present invention is introduced, and the device for monitoring business logic described below and the method and apparatus for monitoring business logic described above may be referred to each other.
Referring to fig. 4, an apparatus for monitoring service logic according to an embodiment of the present invention includes:
a memory 401 for storing a computer program;
a processor 402 for implementing the steps of the method of monitoring business logic according to any of the embodiments described above when executing the computer program.
In the following, a computer-readable storage medium according to an embodiment of the present invention is introduced, and a computer-readable storage medium described below and a method, an apparatus, and a device for monitoring business logic described above may be referred to each other.
A computer-readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method of monitoring business logic according to any of the embodiments described above.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The method, apparatus, device and computer readable storage medium for monitoring business logic provided by the present invention are described in detail above. The principles and embodiments of the present invention are explained herein using specific examples, which are presented only to assist in understanding the method and its core concepts. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.

Claims (9)

1. A method for monitoring business logic is applied to a monitoring system and comprises the following steps:
when a monitoring request of a target service logic is received, calling a preset target interface to monitor the target service logic; the target interface is a monitoring interface of a preset monitoring service logic;
when the operation of the target service logic is monitored, acquiring monitoring information of the current target service logic through the target interface, wherein the monitoring information at least comprises: the ID and the running timestamp of the current target service logic, and the ID and the IP of a server which are run by the current target service logic;
updating and storing the monitoring data of the target business logic in real time according to the monitoring information;
wherein, the updating and storing the monitoring data of the target business logic in real time according to the monitoring information comprises:
updating the monitoring data of the target service logic in real time according to the monitoring information to obtain target monitoring data;
and storing the target monitoring data to a server operated by the target business logic.
2. The method of monitoring business logic of claim 1, wherein after storing the target monitoring data to a server on which the target business logic operates, further comprising:
serializing the target monitoring data into binary data in batches through a protobuf protocol;
and transmitting the binary data to a preset monitoring database and storing the binary data.
3. The method for monitoring business logic according to claim 2, wherein said transmitting and storing said binary data to a predetermined monitoring database comprises:
and transmitting the binary data to the monitoring database according to a preset period and storing the binary data.
4. The method for monitoring business logic according to claim 2, wherein said transmitting and storing said binary data to a predetermined monitoring database comprises:
and transmitting the binary data to the monitoring database through a UDP transmission protocol and storing the binary data.
5. The method for monitoring business logic of claim 2, wherein after transmitting and storing said binary data to a predetermined database, further comprising:
and updating the monitoring data table of the target business logic according to the monitoring database.
6. The method for monitoring business logic of claim 5, wherein after updating the monitoring data table of the target business logic according to the monitoring database, further comprising:
judging whether the target service logic accords with a preset alarm rule or not according to the updated monitoring data table;
if yes, alarming according to the alarming rule.
7. An apparatus for monitoring business logic, applied to a monitoring system, includes:
the execution module is used for calling a preset target interface to monitor the target business logic when receiving a monitoring request of the target business logic; the target interface is a monitoring interface of a preset monitoring service logic;
an obtaining module, configured to obtain, through the target interface, monitoring information of the current target service logic when it is monitored that the target service logic operates, where the monitoring information at least includes: the ID and the running timestamp of the current target service logic, and the ID and the IP of a server which are run by the current target service logic;
the storage module is used for updating and storing the monitoring data of the target business logic in real time according to the monitoring information;
wherein the storage module comprises:
the updating unit is used for updating the monitoring data of the target service logic in real time according to the monitoring information to obtain target monitoring data;
and the storage unit is used for storing the target monitoring data to a server operated by the target service logic.
8. An apparatus for monitoring business logic, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of monitoring business logic of any one of claims 1 to 6 when executing said computer program.
9. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the method of monitoring business logic of one of claims 1 to 6.
CN201810245843.6A 2018-03-23 2018-03-23 Method and device for monitoring business logic Active CN108415811B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810245843.6A CN108415811B (en) 2018-03-23 2018-03-23 Method and device for monitoring business logic

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810245843.6A CN108415811B (en) 2018-03-23 2018-03-23 Method and device for monitoring business logic

Publications (2)

Publication Number Publication Date
CN108415811A CN108415811A (en) 2018-08-17
CN108415811B true CN108415811B (en) 2021-08-27

Family

ID=63133434

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810245843.6A Active CN108415811B (en) 2018-03-23 2018-03-23 Method and device for monitoring business logic

Country Status (1)

Country Link
CN (1) CN108415811B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111078747A (en) * 2019-11-20 2020-04-28 北京中电飞华通信股份有限公司 Novel business logic setting method for power operation enterprise
CN111324520A (en) * 2020-03-06 2020-06-23 五八有限公司 Service interface monitoring method and device, electronic equipment and storage medium
CN113553235A (en) * 2021-07-19 2021-10-26 猪八戒股份有限公司 Business scene monitoring method and device, electronic equipment and storage medium
CN114500343B (en) * 2022-04-02 2023-04-18 广州华多网络科技有限公司 Business chain operation monitoring method and device, equipment, medium and product thereof
CN116048928B (en) * 2023-03-27 2023-06-20 新华三技术有限公司 Service monitoring method and device, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105760272A (en) * 2016-01-29 2016-07-13 山东鲁能智能技术有限公司 Monitoring background service customization method based on plug-in and system based on method
CN106557363A (en) * 2016-12-05 2017-04-05 广发证券股份有限公司 A kind of system and method for big data task scheduling
CN107678907A (en) * 2017-05-22 2018-02-09 平安科技(深圳)有限公司 Database business logic monitoring method, system and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9369476B2 (en) * 2012-10-18 2016-06-14 Deutsche Telekom Ag System for detection of mobile applications network behavior-netwise
TWI606349B (en) * 2016-12-21 2017-11-21 財團法人工業技術研究院 Online cloud-based service processing system, online evaluation method and computer program product thereof
CN107276842B (en) * 2017-05-10 2020-10-09 北京金山安全软件有限公司 Interface test method and device and electronic equipment
CN107733894B (en) * 2017-10-19 2019-12-10 携程旅游网络技术(上海)有限公司 Comparison method, system, equipment and storage medium of logical interface message

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105760272A (en) * 2016-01-29 2016-07-13 山东鲁能智能技术有限公司 Monitoring background service customization method based on plug-in and system based on method
CN106557363A (en) * 2016-12-05 2017-04-05 广发证券股份有限公司 A kind of system and method for big data task scheduling
CN107678907A (en) * 2017-05-22 2018-02-09 平安科技(深圳)有限公司 Database business logic monitoring method, system and storage medium

Also Published As

Publication number Publication date
CN108415811A (en) 2018-08-17

Similar Documents

Publication Publication Date Title
CN108415811B (en) Method and device for monitoring business logic
EP2301197B1 (en) Message management and suppression in a monitoring system
US10084681B2 (en) Method and system for monitoring server cluster
US7890959B2 (en) System and method for message lifetime management
US10380867B2 (en) Alert management within a network based virtual collaborative space
CN108206764B (en) Configuration method of network equipment configuration information, server and computer readable medium
CN111343009B (en) Service alarm notification method and device, storage medium and electronic equipment
CN110727560A (en) Cloud service alarm method and device
CN110620699A (en) Message arrival rate determination method, device, equipment and computer readable storage medium
CN104581806A (en) Method and terminal for monitoring service system
US20220107750A1 (en) Method, electronic device, and computer program product for processing data
CN110727563A (en) Cloud service alarm method and device for preset customer
CN105471626A (en) Method and system for distributing storage data of internal memory
CN117176802B (en) Full-link monitoring method and device for service request, electronic equipment and medium
WO2019237592A1 (en) Data monitoring method and apparatus, computer device, and storage medium
CN113656252A (en) Fault positioning method and device, electronic equipment and storage medium
CN115080363B (en) System capacity evaluation method and device based on service log
CN113760634A (en) Data processing method and device
CN112994934B (en) Data interaction method, device and system
CN112260903B (en) Link monitoring method and device
CN113407363A (en) Sliding window counting method and device based on remote dictionary service
CN112711517A (en) Server performance monitoring method and device, storage medium and terminal
CN110955579A (en) Ambari-based large data platform monitoring method
CN110852537A (en) Service quality detection method and device
CN114785711B (en) Performance monitoring method, device and storage medium of network equipment

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