CN113778793A - Information monitoring method, terminal equipment and multi-service system - Google Patents

Information monitoring method, terminal equipment and multi-service system Download PDF

Info

Publication number
CN113778793A
CN113778793A CN202110967279.0A CN202110967279A CN113778793A CN 113778793 A CN113778793 A CN 113778793A CN 202110967279 A CN202110967279 A CN 202110967279A CN 113778793 A CN113778793 A CN 113778793A
Authority
CN
China
Prior art keywords
service
node
information
information monitoring
service node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110967279.0A
Other languages
Chinese (zh)
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.)
Shenzhen Valueonline Technology Co ltd
Original Assignee
Shenzhen Valueonline Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Valueonline Technology Co ltd filed Critical Shenzhen Valueonline Technology Co ltd
Priority to CN202110967279.0A priority Critical patent/CN113778793A/en
Publication of CN113778793A publication Critical patent/CN113778793A/en
Pending legal-status Critical Current

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/3006Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application is applicable to the technical field of information processing, and provides an information monitoring method, terminal equipment and a multi-service system, wherein the method comprises the following steps: the information monitoring node acquires first service link information; the information monitoring node receives a first request, wherein the first request is used for acquiring service information when a first service node processes the first service link, and the first service node is any one of the plurality of service nodes; the information monitoring node acquires service information when the first service node processes the first service link based on configuration information of the first service node; the information monitoring node verifies the service information of the first service node based on the configuration information of the first service node to obtain a first verification result; the information monitoring node generates a monitoring log according to the first check result; the problems of heavy workload and low working efficiency of developers can be solved through the method and the device.

Description

Information monitoring method, terminal equipment and multi-service system
Technical Field
The application belongs to the technical field of information processing, and particularly relates to an information monitoring method, terminal equipment and a multi-service system.
Background
At present, a company system is developing towards micro-service, a user request usually needs to call a plurality of service nodes, and a link formed by the plurality of service nodes according to the calling sequence is a service link corresponding to the user request. In the system operation and maintenance of network services, a service link needs to be monitored, and faults occurring in the service link are timely discovered and processed.
At present, in order to quickly locate an exception, a system developer needs to compile a set of service tracking logic for each service link to record service execution conditions in real time, and although the purpose of timely feedback can be achieved, the developer is heavy in workload and low in working efficiency.
Disclosure of Invention
In view of this, the present application provides an information monitoring method, a terminal device, and a multi-service system, which can solve the problems of heavy workload and low work efficiency of developers.
A first aspect of an embodiment of the present application provides an information monitoring method, including:
the information monitoring node acquires first service link information, wherein the first service link information comprises a plurality of service nodes for processing the first service link and configuration information of the service nodes;
the information monitoring node receives a first request, wherein the first request is used for acquiring service information when a first service node processes the first service link, and the first service node is any one of the plurality of service nodes;
the information monitoring node acquires service information when the first service node processes the first service link based on configuration information of the first service node;
the information monitoring node verifies the service information of the first service node based on the configuration information of the first service node to obtain a first verification result;
and the information monitoring node generates a monitoring log according to the first check result.
In another implementation manner of the first aspect, the configuration information of the first service node includes a type and a name of a first input parameter of the first service node, a type and a name of a first output parameter, and an SQL script, and the first service node stores database link information of the first output parameter.
In another implementation manner of the first aspect, the acquiring, by the information monitoring node, the service information when the first service node processes the first service link based on the configuration information of the first service node includes:
and the information monitoring node acquires a second input parameter and a second output parameter of the first service node based on the configuration information of the first service node.
In another implementation manner of the first aspect, after the information monitoring node obtains the first service link information, the information monitoring method further includes:
generating a call relationship between a plurality of first service nodes processing the first service link based on the first service link information;
correspondingly, the acquiring, by the information monitoring node, the second input parameter and the second output parameter of the first service node based on the configuration information of the first service node includes:
the information monitoring node acquires a third output parameter of a second service node calling the first service node, wherein the third output parameter is a second input parameter of the first service node;
the information monitoring node substitutes a second input parameter of the first service node into the SQL script;
and the information monitoring node searches a second output parameter corresponding to the SQL script from a database corresponding to the database link information.
In another implementation manner of the first aspect, the verifying, by the information monitoring node, the service information of the first service node based on the configuration information of the first service node to obtain a first verification result includes:
when the type and the name of the first input parameter of the first service node are consistent with those of the second input parameter of the first service node, obtaining the first verification result as normal verification;
and when the type and the name of the first input parameter of the first service node are inconsistent with the type and/or the name of the second input parameter of the first service node, obtaining the first checking result as abnormal checking.
In another implementation manner of the first aspect, if the first serving node is not the last serving node that processes the first traffic link, after obtaining the first check result, the information monitoring method further includes:
and the information monitoring node acquires service information when the third service node processes the first service link based on configuration information of the third service node to acquire a second check result, wherein the third service node is a service node called by the first service node.
In another implementation manner of the first aspect, if the third serving node is a last serving node that processes the first service link, after obtaining the second check result, the information monitoring method further includes:
and the information monitoring node generates a monitoring log of the first service link according to the first check result and the second check result.
A second aspect of embodiments of the present application provides a terminal device, which includes a processor configured to execute a computer program stored in a memory to implement the information monitoring method according to any one of claims 1 to 7.
A third aspect of an embodiment of the present application provides a multi-service system, where the multi-service system includes a plurality of service nodes and a terminal device as provided in the second aspect, and the multi-service nodes and the information monitoring node implement the information monitoring method as described in the first aspect.
A fourth aspect of embodiments of the present application provides a computer-readable storage medium, which stores a computer program, and when the computer program is executed by a processor, the computer program implements the information monitoring method according to the first aspect.
In this embodiment of the present application, first, the information monitoring node acquires first service link information, where the first service link information includes configuration information of a plurality of service nodes that process the first service link and the plurality of service nodes; secondly, the information monitoring node receives the first request and obtains the service information of the service node according to the received first request and the configuration information of the service node in the first service link; and finally, the information monitoring node checks the acquired service information of the service node according to the configuration information of the service node, and acquires a monitoring log of the service node according to a check result. After the monitoring log of the service node is obtained by the method, the abnormity existing in the service link can be positioned according to the monitoring log recorded in the service node. When a certain service link needs to be monitored, the information of the service node needing to be monitored can be configured for the service link in a configuration mode, so that developers do not need to write a set of service tracking logic for each service link; therefore, the workload of developers is reduced, and the working efficiency of the developers is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without exceeding the protection scope of the present application.
Fig. 1 is a schematic flowchart illustrating an information monitoring method according to an embodiment of the present application;
fig. 2 is a schematic flow chart illustrating an information monitoring method according to another embodiment of the present application;
fig. 3 is a schematic flow chart illustrating an information monitoring method according to another embodiment of the present application;
fig. 4 shows a block diagram schematically illustrating a terminal device according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some, but not all, embodiments of the present application. 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 application.
Furthermore, the described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided to give a thorough understanding of embodiments of the application. One skilled in the relevant art will recognize, however, that the subject matter of the present application can be practiced without one or more of the specific details, or with other methods, components, devices, etc. In other instances, well-known methods, devices, implementations, or operations have not been shown or described in detail to avoid obscuring aspects of the application.
Those skilled in the art will appreciate that the drawings are merely schematic representations of exemplary embodiments, which may not be to scale. The blocks or flows in the drawings are not necessarily required to practice the present application and therefore should not be used to limit the scope of the present application.
The information monitoring method is applied to a multi-service system, wherein the multi-service system comprises information monitoring nodes and various types of service nodes, and the information monitoring nodes are used for acquiring monitoring information of the service nodes.
In order to more clearly and completely explain the technical solutions of the present application, the technical solutions of the present application will be presented below in an exemplary form.
Taking the service information of the stock right incentive management service link as an example, when a user wants to track the service information of the stock right incentive management service link A → B → C → D, the user can configure the type and name of the input parameter, the type and name of the output parameter, the type and name of the display parameter, the SQL script and the database link information of the service node A in the configuration module of the information monitoring node, wherein when the user configures the database link information for the service node A, the information monitoring node can check the database link information, and if the check is passed, the information monitoring node can store the database link information into a pre-established database link information pool, so that the user can directly call the database link information when configuring other service nodes, and the middle check process is omitted.
After the user completes the information configuration of the service node A, the type and the name of an input parameter, the type and the name of an output parameter, the type and the name of a display parameter, an SQL script and database link information of the service node B are configured; when a user configures database link information for a service node B, if the service node B and the service node A share one database, the user can directly call the database link information configured for the service node A from a database link information pool; if the database to be requested by the service node B is different from the service node A, the information monitoring node checks the database link information based on the database link information configured for the service node B by the user, and if the check is passed, the database link information configured for the service node B is stored in the database link information pool.
After the service node a and the service node B are configured, the user may configure the information of the service node C and the service node D by using the same method as the method for configuring the service node a and the service node B, and after the information configuration of the right excitation management service link is completed, the information monitoring node stores the configuration information of the service link based on the storage operation of the user.
When the information monitoring node receives a service information instruction of requesting a right management service link A → B → C → D, the information monitoring node judges whether configuration information of the right management service link exists in the information monitoring node, if so, the information monitoring node acquires the configuration information of the right management service link A → B → C → D, and meanwhile, the information monitoring node automatically acquires parameter information carried in the request and stores the acquired parameter information into a pre-established parameter pool, wherein the parameter information comprises input parameters required by the service node A for processing the right management service.
After the information monitoring node acquires the configuration information of the equity incentive management service link, the information monitoring node acquires the parameter value of the input parameter of the service node A from the parameter pool according to the type and the name of the input parameter configured for the service node A, so that the complete input parameter of the service node A is formed. After the complete input parameters of the service node A are obtained, the information monitoring node substitutes the obtained complete input parameters of the service node A into the SQL script of the service node A, information is linked to a corresponding database through a database of the service node A to inquire the output parameters and display parameters of the service node A, the output parameters of the service node A obtained through inquiry are stored in a pre-established parameter pool for calling of a downstream service node of the service node A, wherein the output parameters of the service node A comprise the type, the name and the parameter values of the output parameters, and the display parameters comprise the type, the name and the parameter values of the display parameters; the input parameters, the output parameters and the display parameters of the service node A, which are obtained according to the configuration information of the service node A, are the service information of the service node A. In addition, after the service information of the service node a is acquired, the information monitoring node performs field matching on the acquired type and name of the output parameter of the service node a, the type and name of the display parameter, the type and name of the output parameter configured for the service node a, and the type and name of the display parameter, if the matching is consistent, the information monitoring node generates a check result for the service node a, and if one item is inconsistent, the information monitoring node generates a check result for the service node a, wherein the check result is abnormal.
After the information monitoring node obtains the check result of the service node A, the information monitoring node can judge whether the service node A is the last node of the equity incentive management service link, if not, the information monitoring node can automatically jump to the service node B to obtain the service information when the service node B processes the equity incentive management service. Similarly, the information monitoring node searches the parameter value of the input parameter of the serving node B in the parameter pool according to the type and name of the input parameter configured for the serving node B, so as to obtain the complete input parameter of the serving node B, where the complete input parameter of the serving node B is a part of or all of the output parameters stored in the parameter pool when the serving node a processes the equity incentive management service. After the complete input parameters of the service node B are obtained, the information monitoring node substitutes the obtained complete input parameters of the service node B into the SQL script of the service node B, simultaneously inquires output parameters and display parameters of the service node B when the service node B processes the equity incentive management service according to database link information of the service node B and stores the output parameters of the service node B obtained by inquiry into a parameter pool for calling a downstream service node of the service node B; the output parameters of the service node B comprise the type, the name and the parameter values of the output parameters, and the display parameters comprise the type, the name and the parameter values of the display parameters; the obtained input parameters, output parameters and display parameters of the serving node B are the service information of the serving node B. In addition, after the service information of the service node B is obtained, the information monitoring node performs field matching on the type and name of the obtained output parameter and the type and name of the display parameter of the service node B, the type and name of the output parameter configured for the service node B, and the type and name of the display parameter, if the matching is consistent, the information monitoring node generates a check result for the service node B, and if one item is inconsistent, the information monitoring node generates a check result for the service node B, wherein the check result is abnormal.
Similarly, after acquiring the service information of the serving node B, the information monitoring node may acquire the service information of the serving node C, D in the same manner as the serving nodes a and B, and generate the check results of C and D according to the acquired service information of the serving node C and the serving node D. The information monitoring node generates a monitoring log of the equity excitation management service link A → B → C → D according to the acquired checking result of the service node A, B, C, D, wherein the monitoring log records input parameters, output parameters and display parameters when each service node processes the equity excitation management service link, and records abnormal conditions of each service node. The developer can check the service link information of the equity incentive management service link according to the monitoring log generated by the information monitoring node, and analyze and process the abnormal information recorded in the service link information.
The technical solution of the present application will be clearly and completely described below by specific examples, which are as follows:
referring to fig. 1, which is a schematic flow chart of an exception handling method provided in an embodiment of the present application, as shown in the figure, the exception handling method may include the following steps:
s10, the information monitoring node obtains first service link information, where the first service link information includes a plurality of service nodes that process the first service link and configuration information of the plurality of service nodes.
As an example, the first traffic link information in the present application may be information of the above right management traffic link a → B → C → D, which includes the serving node A, B, C, D required when the right management traffic is processed, and the configuration information of the serving node A, B, C, D.
For convenience of description, the technical solution of the present application will be described in detail below by taking a first service node as an example, where the first service node is any service node in the first traffic link information.
S11, the information monitoring node receives a first request, where the first request is used to obtain service information when a first service node processes the first service link, and the first service node is any service node in the multiple service nodes.
For convenience of description, the request for acquiring the service information of the first service link received by the information monitoring node is defined as the first request. The first request may be instruction information sent by a user to the information monitoring node, where the first request carries a name of the first service link and an input parameter required by the first service node in the first service link when the first service link is processed.
The traffic information of the first service node is an input parameter, an output parameter and a display parameter when the first service node processes the first traffic link (e.g., a rights management traffic link).
S12, the information monitoring node obtains the service information when the first service node processes the first service link based on the configuration information of the first service node.
In this embodiment of the present application, the configuration information of the first service node includes: the data management method comprises the following steps of a first service node, a second service node and a server, wherein the first service node stores database link information of a first output parameter, the type and name of the first input parameter of the first service node, the type and name of the first output parameter of the first service node and an SQL script. In addition, the configuration information of the first service node further includes a type and a name of a first display parameter of the first service node, where the first display parameter is a node name of the first service node, and a parameter type and a name of a first service link of a service link where the first service node is located.
For convenience of description, in the embodiment of the present application, the configuration information of the first service node is defined as a first input parameter, a first output parameter, and a first display parameter.
In another embodiment of the present application, the acquiring, by the information monitoring node, the service information when the first service node processes the first service link based on the configuration information of the first service node includes:
the information monitoring node acquires a second input parameter and a second output parameter of the first service node based on the configuration information of the first service node.
For convenience of illustration, the obtained input parameter when the first service node processes the first service link is defined as the second input parameter, and the output parameter when the first service node processes the first service link is defined as the second output parameter.
In another embodiment of the present application, after the information monitoring node acquires the first service link information, the information monitoring method further includes:
call relationships between a plurality of first service nodes that process the first traffic link are generated based on the first traffic link information.
In the embodiment of the application, a call relationship between a plurality of service nodes in a first service link can be generated according to a plurality of service nodes in the first service link and configuration information of each service node in the plurality of service nodes. As an example, assuming that A, B, C, D four service nodes are included in the first traffic link information, and A, B, C, D configuration information of each service node, if the type and name of the output parameter configured for service node a includes the type and name of the input parameter configured for service node B, the type and name of the output parameter configured for service node B includes the type and name of the input parameter configured for service node C, and the type and name of the output parameter configured for service node C includes the type and name of the input parameter configured for service node D; accordingly, the call relationship between the plurality of service nodes that process the first traffic link may be generated based on the configuration information of the respective service nodes described above.
Correspondingly, the acquiring, by the information monitoring node, the second input parameter and the second output parameter of the first service node based on the configuration information of the first service node includes:
s1200, the information monitoring node acquires a third output parameter of a second service node calling the first service node, wherein the third output parameter is a second input parameter of the first service node.
In this embodiment of the application, the second service node is an upstream service node of the first service node, and the third output parameter is an output parameter when the second service node processes the first traffic link. And the third output parameter of the second service node is stored in a parameter pool created by the information monitoring node, and the parameter pool is used for storing the output parameters of each service node processing the first service link. Therefore, in this embodiment of the application, the information monitoring node may automatically search, according to the type and name of the first input parameter configured for the first service node, a parameter value matching the type and name of the first input parameter from the parameter pool, so as to obtain a second input parameter of the first service node, where the second input parameter includes the type, name, and parameter value of the second input parameter.
For convenience of description, the obtained output parameter when the second service node processes the first traffic link is defined as the third output parameter.
S1201, the information monitoring node substitutes the second input parameter of the first service node into the SQL script.
As an example, assuming that the second input parameter is int a ═ 10 and int b ═ 13, and the SQL script of the first service node only has int a and int b, but does not have parameter values of int a and int b, at this time, the information monitoring node substitutes the parameter values of the second input parameter into the SQL script to assign a and b, so as to obtain the SQL script after assignment.
S1203, the information monitoring node searches a second output parameter corresponding to the SQL script from a database corresponding to the database link information.
In the embodiment of the application, the information monitoring node searches a corresponding database for a second output parameter corresponding to the input parameter in the SQL script according to the database link information of the first service node.
In addition, in this step, while obtaining the second output parameter of the first service node, the information monitoring node also obtains the second display parameter of the first service node, where the second display parameter is a display parameter when the first service node processes the first service link.
S13, the information monitoring node checks the service information of the first service node based on the configuration information of the first service node, and obtains a first check result.
In the embodiment of the application, after the service information of the first service node is obtained, the information monitoring node checks whether the type and the name of the second output parameter in the obtained service information are consistent with the type and the name of the first output parameter configured for the first service node, and whether the type and the name of the second display parameter in the obtained service information are consistent with the type and the name of the first display parameter configured for the first service node, so that a check result of the first service node is obtained. For convenience of description, the check result of the first service node obtained is defined herein as a first check result.
In another embodiment of the present application, the verifying, by the information monitoring node, the service information of the first service node based on the configuration information of the first service node to obtain a first verification result, including:
s1301, when the type and the name of the first output parameter of the first service node are consistent with the type and the name of the second output parameter of the first service node, obtaining the first verification result as a normal verification.
In the embodiment of the application, besides checking whether the type and the name of the first output parameter are consistent with those of the second output parameter, it is also required to check whether the type and the name of the first display parameter are consistent with those of the second display parameter, and if both are consistent, a first check result which is checked normally is obtained.
S1302, when the type and the name of the first output parameter of the first service node are inconsistent with the type and/or the name of the second output parameter of the first service node, obtaining the first checking result as a checking exception.
In the embodiment of the application, besides checking whether the type and the name of the first output parameter are consistent with those of the second output parameter, it is also required to check whether the type and the name of the first display parameter are consistent with those of the second display parameter, and if one of the types and the name of the first display parameter are inconsistent with those of the second display parameter, a first checking result of abnormal checking is obtained.
And S14, the information monitoring node generates a monitoring log according to the first check result.
In this embodiment, the monitoring log includes check results of all service nodes that process the first service link, and input parameters, output parameters, and display parameters when each service node processes the first service link.
In another embodiment of the present application, if the first service node is not the last service node that processes the first traffic link, after obtaining the first check result, the information monitoring method further includes:
the information monitoring node acquires the service information when the third service node processes the first service link based on the configuration information of the third service node to acquire a second check result, wherein the third service node is a service node called by the first service node.
In this embodiment, the third service node is a downstream service node of the first service node. And when the first service node is not the last node in the first service link, the information monitoring node automatically jumps to a third service node, and acquires the service information of the third service node by adopting the same method as the method for acquiring the service information of the first service node so as to acquire the verification result.
For convenience of explanation, the check result obtained by the third service node is defined as the second check result.
In another embodiment of the present application, if the third service node is a last service node processing the first service link, after obtaining the second check result, the information monitoring method further includes:
and the information monitoring node generates a monitoring log of the first service link according to the first check result and the second check result.
In the embodiment of the application, the information monitoring node generates a monitoring log of the first service link according to the obtained checking result of each service node in the first operator link, wherein the monitoring log not only processes the checking results of all service nodes of the first service link, but also includes input parameters, output parameters and display parameters when each service node processes the first service link.
The embodiment of the application also provides a multi-service system which comprises the service node and the abnormity monitoring node. The service node and the anomaly monitoring node may implement the information monitoring method provided in any of the above embodiments. The service node and the abnormal monitoring node can exist as independent terminal equipment.
Take any service node as an example of a terminal device. As shown in fig. 4, is a schematic block diagram of a terminal device provided in an embodiment of the present application, where the terminal device 4 of the embodiment includes:
one or more processors 400, a memory 410, and a computer program 420 stored in the memory 410 and executable on the processors 400. The processor 400, when executing the computer program 420, implements the steps in the various method embodiments described above, such as the steps S10-S14 shown in fig. 1.
Illustratively, the computer program 420 may be divided into one or more modules, which are stored in the memory 410 and executed by the processor 400 to implement the present application, and the one or more modules may be a series of computer program instruction segments capable of implementing specific functions, which are used to describe the execution process of the computer program 420 in the terminal device 4.
The terminal device includes, but is not limited to, a processor 400, a memory 410. It will be understood by those skilled in the art that fig. 4 is only one example of a terminal device 4, and does not constitute a limitation to the terminal device 4, and may include more or less components than those shown, or combine some components, or different components, for example, the terminal device 4 may further include an input device, an output device, a network access device, a bus, etc.
The Processor 400 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 410 may be an internal storage unit of the terminal device 4, such as a hard disk or a memory of the terminal device 4. The memory 410 may also be an external storage device of the terminal device 4, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the terminal device 4. Further, the memory 410 may also include both an internal storage unit and an external storage device of the terminal device 4. The memory 410 is used for storing the computer programs and other programs and data required by the terminal device 4. The memory 410 may also be used to temporarily store data that has been output or is to be output.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative exception handling method steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, or combinations of computer software and electronic hardware. 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 application.
The foregoing detailed description of the embodiments of the present application has been presented to illustrate the principles and implementations of the present application, and the description of the embodiments is only intended to facilitate the understanding of the methods and their core concepts of the present application. Meanwhile, a person skilled in the art should, according to the idea of the present application, change or modify the embodiments and applications of the present application based on the scope of the present application. In view of the above, the description should not be taken as limiting the application.

Claims (10)

1. An information monitoring method is applied to a multi-service system, the multi-service system comprises a service node and an information monitoring node, and the information monitoring method is characterized by comprising the following steps:
the information monitoring node acquires first service link information, wherein the first service link information comprises a plurality of service nodes for processing the first service link and configuration information of the service nodes;
the information monitoring node receives a first request, wherein the first request is used for acquiring service information when a first service node processes the first service link, and the first service node is any one of the plurality of service nodes;
the information monitoring node acquires service information when the first service node processes the first service link based on configuration information of the first service node;
the information monitoring node verifies the service information of the first service node based on the configuration information of the first service node to obtain a first verification result;
and the information monitoring node generates a monitoring log according to the first check result.
2. The information monitoring method of claim 1, wherein the configuration information of the first service node includes a type and a name of a first input parameter of the first service node, a type and a name of a first output parameter, and SQL script, and the first service node stores database link information of the first output parameter.
3. The information monitoring method of claim 2, wherein the obtaining, by the information monitoring node, the traffic information when the first service node processes the first traffic link based on the configuration information of the first service node comprises:
and the information monitoring node acquires a second input parameter and a second output parameter of the first service node based on the configuration information of the first service node.
4. The information monitoring method of claim 3, wherein after the information monitoring node obtains the first service link information, the information monitoring method further comprises:
generating a call relationship between a plurality of first service nodes processing the first service link based on the first service link information;
correspondingly, the acquiring, by the information monitoring node, the second input parameter and the second output parameter of the first service node based on the configuration information of the first service node includes:
the information monitoring node acquires a third output parameter of a second service node calling the first service node, wherein the third output parameter is a second input parameter of the first service node;
the information monitoring node substitutes a second input parameter of the first service node into the SQL script;
and the information monitoring node searches a second output parameter corresponding to the SQL script from a database corresponding to the database link information.
5. The information monitoring method of claim 4, wherein the information monitoring node checks the service information of the first service node based on the configuration information of the first service node to obtain a first check result, comprising:
when the type and the name of the first output parameter of the first service node are consistent with those of the second output parameter of the first service node, obtaining the first verification result as normal verification;
and when the type and the name of the first output parameter of the first service node are inconsistent with the type and/or the name of the second output parameter of the first service node, obtaining the first check result as abnormal check.
6. The information monitoring method of claim 1, wherein if the first serving node is not a last serving node to process the first traffic link, after obtaining a first check result, the information monitoring method further comprises:
and the information monitoring node acquires service information when the third service node processes the first service link based on configuration information of the third service node to acquire a second check result, wherein the third service node is a service node called by the first service node.
7. The information monitoring method of claim 6, wherein if the third serving node is a last serving node that processes the first traffic link, after obtaining the second check-up result, the information monitoring method further comprises:
and the information monitoring node generates a monitoring log of the first service link according to the first check result and the second check result.
8. A terminal device, characterized in that the terminal device comprises a processor for executing a computer program stored in a memory to implement the information monitoring method according to any one of claims 1 to 7.
9. A multi-service system comprising a plurality of service nodes and a terminal device according to claim 8, the plurality of service nodes and the information monitoring node implementing the information monitoring method according to any one of claims 1 to 7.
10. A computer-readable storage medium, in which a computer program is stored which, when run on a processor, implements an information monitoring method according to any one of claims 1 to 7.
CN202110967279.0A 2021-08-23 2021-08-23 Information monitoring method, terminal equipment and multi-service system Pending CN113778793A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110967279.0A CN113778793A (en) 2021-08-23 2021-08-23 Information monitoring method, terminal equipment and multi-service system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110967279.0A CN113778793A (en) 2021-08-23 2021-08-23 Information monitoring method, terminal equipment and multi-service system

Publications (1)

Publication Number Publication Date
CN113778793A true CN113778793A (en) 2021-12-10

Family

ID=78838751

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110967279.0A Pending CN113778793A (en) 2021-08-23 2021-08-23 Information monitoring method, terminal equipment and multi-service system

Country Status (1)

Country Link
CN (1) CN113778793A (en)

Similar Documents

Publication Publication Date Title
CN108346028B (en) Business approval processing method, device and system
US20040139176A1 (en) Systems and methods for improving service delivery
US20140006459A1 (en) Rule-based automated test data generation
US20210191845A1 (en) Unit testing of components of dataflow graphs
CN107250988B (en) Application testing
US11531539B2 (en) Automated compliance and testing framework for software development
WO2022242595A1 (en) Detecting resource redundancy and conflicts in heterogeneous computing environment
CN103186463B (en) Determine the method and system of the test specification of software
CN110851207B (en) State transition management method and device, electronic equipment and storage medium
CN111858354A (en) Method and device for automatically generating test report, storage medium and electronic equipment
CN113052696B (en) Financial business task processing method, device, computer equipment and storage medium
US10725895B2 (en) Measuring and improving test coverage
US10346293B2 (en) Testing pre and post system call exits
Tizzei et al. An aspect-based feature model for architecting component product lines
KR102344992B1 (en) Systems and methods for centralization of server initialization information
CN113778793A (en) Information monitoring method, terminal equipment and multi-service system
CN113810379B (en) Exception handling method and multi-service system
CN114371866A (en) Version reconfiguration test method, device and equipment of service system
CN112819554B (en) Service processing method and device based on page operation and computer equipment
US20220197945A1 (en) Computer-implemented method for analyzing a transaction log
US20230104356A1 (en) Model driven sub-system for design and execution of experiments
US8352959B2 (en) Apparatus, system, and method for non-intrusive monitoring of business events
US20230140267A1 (en) Code coverage measurement for test systems
US20140344774A1 (en) Software product consistency assessment
CN116795812A (en) Event observation method and device, electronic equipment and storage medium

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