CN109672580B - Full link monitoring method, device, terminal equipment and storage medium - Google Patents

Full link monitoring method, device, terminal equipment and storage medium Download PDF

Info

Publication number
CN109672580B
CN109672580B CN201811111969.0A CN201811111969A CN109672580B CN 109672580 B CN109672580 B CN 109672580B CN 201811111969 A CN201811111969 A CN 201811111969A CN 109672580 B CN109672580 B CN 109672580B
Authority
CN
China
Prior art keywords
monitored
link monitoring
monitoring data
full
service system
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
CN201811111969.0A
Other languages
Chinese (zh)
Other versions
CN109672580A (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN201811111969.0A priority Critical patent/CN109672580B/en
Publication of CN109672580A publication Critical patent/CN109672580A/en
Application granted granted Critical
Publication of CN109672580B publication Critical patent/CN109672580B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks

Abstract

The invention relates to the field of network monitoring, and discloses a full link monitoring method, a full link monitoring device, a terminal device and a storage medium, wherein the method comprises the following steps: acquiring trigger information of a user based on a current service system to be monitored, and starting a preset agent process according to the trigger information; acquiring the running state of the current service system to be monitored, and controlling the preset agent process to acquire full-link monitoring data in the current service system to be monitored according to the running state; judging whether the full link monitoring data contains target monitoring data or not; and when the full link monitoring data comprises target monitoring data, displaying the target monitoring data. The invention effectively collects the monitoring data of the service system to be monitored by arranging the agent process in the preset area and controlling the agent process according to the running state of the current service system to be monitored, thereby realizing the monitoring of the current service system to be monitored without modifying the original node.

Description

Full link monitoring method, device, terminal equipment and storage medium
Technical Field
The present invention relates to the field of network monitoring technologies, and in particular, to a method and an apparatus for monitoring a full link, a terminal device, and a storage medium.
Background
Currently, one platform that provides business services over a network is node. Js applications are written in Javascript and can run on Windows, Macintosh operating systems and Linux during runtime without changing them. Js applications utilize non-blocking input output interfaces and asynchronous events to maximize throughput and efficiency and run on single threaded processes.
Js APM tools existing in the market at the present stage are mainly OneAPM, NewRelic and the like, and most of the tools are code-intrusive, so that the original ecology of node (node) application cannot be guaranteed.
Disclosure of Invention
The invention mainly aims to provide a full link monitoring method, a full link monitoring device, a terminal device and a storage medium, and aims to solve the technical problem that the original ecology of node application cannot be guaranteed in the software monitoring process in the prior art.
In order to achieve the above object, the present invention provides a full link monitoring method, which includes the following steps:
acquiring trigger information of a user based on a current service system to be monitored, and starting a preset agent process in a storage area according to the trigger information;
acquiring the running state of the current service system to be monitored, and controlling the preset agent process to acquire full-link monitoring data in the current service system to be monitored according to the running state;
judging whether the full link monitoring data contains target monitoring data or not;
and when the full link monitoring data comprises target monitoring data, displaying the target monitoring data.
Preferably, the controlling the preset agent process to acquire full link monitoring data in the current service system to be monitored according to the running state includes:
and judging whether the current business system to be monitored contains a low-version function, and controlling the preset agent process to acquire full-link monitoring data in the low-version function when the current business system to be monitored contains the low-version function.
Preferably, the determining whether the current business system to be monitored contains a low version function, and controlling the preset agent process to collect full link monitoring data in the low version function when the current business system to be monitored contains the low version function includes:
acquiring a function updating list of a historical service system version, judging whether the current service system to be monitored contains a low version function or not according to the function updating list, and controlling the preset agent process to collect full link monitoring data in the low version function when the current service system to be monitored contains the low version function.
Preferably, before the obtaining of the running state of the current service system to be monitored and the controlling of the preset agent process according to the running state to collect the full link monitoring data in the current service system to be monitored, the method further includes:
judging the frame type of the current service system to be monitored, searching whether a support packet corresponding to the frame type exists, and when the support packet corresponding to the frame type does not exist, importing the support packet to generate an updated preset agent process;
correspondingly, the acquiring the running state of the current service system to be monitored, and controlling the preset agent process to acquire full link monitoring data in the current service system to be monitored according to the running state includes:
and acquiring the running state of the current service system to be monitored, and controlling the updated preset agent process to acquire full-link monitoring data in the current service system to be monitored according to the running state.
Preferably, the determining a frame type of the current service system to be monitored, searching whether a support packet corresponding to the frame type is included, and when the support packet corresponding to the frame type is not included, importing the support packet to generate an updated preset proxy process, includes:
extracting a main function of the current service system to be monitored, acquiring a corresponding relation between a historical main function and a historical frame type which are stored in advance, determining the frame type corresponding to the main function according to the corresponding relation, searching whether a support packet corresponding to the frame type exists, importing the support packet when the support packet corresponding to the frame type does not exist, and generating an updated preset agent process.
Preferably, before the acquiring of the trigger information of the user based on the current service system to be monitored and starting the preset agent process in the storage area according to the trigger information, the method further includes:
and receiving an adding instruction input by a user, and writing the preset agent process into the storage area according to the adding instruction.
Preferably, the determining whether the full-link monitoring data includes target monitoring data includes:
extracting characteristic information in the full link monitoring data, comparing the characteristic information with the target monitoring data, and judging whether the full link monitoring data contains the target monitoring data.
In addition, in order to achieve the above object, the present invention further provides a full link monitoring apparatus, including:
the acquisition module is used for acquiring the trigger information of a user based on the current service system to be monitored and starting a preset agent process in the storage area according to the trigger information;
the control module is used for acquiring the running state of the current business system to be monitored and controlling the preset agent process to acquire full-link monitoring data in the current business system to be monitored according to the running state;
the judging module is used for judging whether the full link monitoring data contains target monitoring data;
and the display module is used for displaying the target monitoring data when the full link monitoring data comprises the target monitoring data.
In addition, to achieve the above object, the present invention further provides a terminal device, including: a memory, a processor, and a full link monitoring program stored on the memory and executable on the processor, the full link monitoring program configured to implement the steps of the full link monitoring method as described above.
In addition, to achieve the above object, the present invention further provides a storage medium, where a full link monitoring program is stored, and the full link monitoring program, when executed by a processor, implements the steps of the full link monitoring method as described above.
The full link monitoring method provided by the invention has the advantages that the agent process is arranged in the preset area, the operation state of the current service system to be monitored is controlled, the monitoring data of the service system to be monitored is effectively collected, and the monitoring of the current service system to be monitored is realized under the condition of not modifying the original node.
Drawings
Fig. 1 is a schematic structural diagram of a terminal device in a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a full link monitoring method according to a first embodiment of the present invention;
FIG. 3 is a flowchart illustrating a full link monitoring method according to a second embodiment of the present invention;
FIG. 4 is a flowchart illustrating a full link monitoring method according to a third embodiment of the present invention;
fig. 5 is a functional block diagram of a full link monitoring apparatus according to a first embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, fig. 1 is a schematic structural diagram of a terminal device in a hardware operating environment according to an embodiment of the present invention.
As shown in fig. 1, the terminal device may include: a processor 1001, such as a CPU, a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may comprise a Display screen (Display), an input unit such as keys, and the optional user interface 1003 may also comprise a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the terminal device configuration shown in fig. 1 is not intended to be limiting of the terminal device and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a storage medium, may include therein an operating system, a network communication module, a user interface module, and a full link monitoring program.
In the terminal device shown in fig. 1, the network interface 1004 is mainly used for connecting an external network and performing data communication with other network devices; the user interface 1003 is mainly used for connecting a user terminal and performing data communication with the terminal; the terminal device of the present invention calls the full link monitoring program stored in the memory 1005 through the processor 1001, and executes the implementation method of full link monitoring provided by the embodiment of the present invention.
Based on the hardware structure, the embodiment of the full link monitoring method is provided.
Referring to fig. 2, fig. 2 is a flowchart illustrating a full link monitoring method according to a first embodiment of the present invention.
In a first embodiment, the full link monitoring method includes the steps of:
step S10, acquiring the trigger information of the user based on the current service system to be monitored, and starting the preset agent process in the storage area according to the trigger information.
It should be noted that the current business system to be monitored may be an insurance business system, a financial business system, or other business systems, which is not limited in this embodiment.
It can be understood that the triggering information is that the user performs corresponding process operations based on the insurance system interface, such as insurance item selection, insurance amount calculation, personal data filling, and the like, when receiving the operation data of the user, the operation data of the user is used as the triggering information, and the operation data can also be set for time by a timer, and the triggering is performed after the preset time, so as to implement automatic triggering, and other triggering manners can also be used, which is not limited in this embodiment.
In this embodiment, in a general case, usually, the Application Performance Management and Monitoring (APM) tools for node.
In a specific implementation, network information and port information of service processing performed by a node.js platform are acquired, wherein the network information includes response time of the service processing, for example, a personal data query request of a client or a login request of a client account is acquired, and feedback result information is displayed, so that response time of a system is counted. When the event trigger information is acquired, a corresponding agent monitoring process is deployed according to the network information, and the data acquisition is realized by calling the agent monitoring process, so that the modification of an application program management tool to the original ecological code is not needed, and the operation cost of monitoring is reduced.
Step S20, obtaining the running state of the current service system to be monitored, and controlling the preset agent process to collect the full link monitoring data in the current service system to be monitored according to the running state.
It should be noted that the operation state may be version information or used frame information of the current service system to be monitored, or may also be other state information, which is not limited in this embodiment.
In general, in a data acquisition process, because an existing monitoring tool has a version compatibility problem, acquisition of low-version data cannot be achieved, in this embodiment, the monitoring tool is developed for the second time to acquire a preset low-version function, the low-version function is added into a system to achieve acquisition of the low-version data, for example, for an apple in iOS8 of the apple, an alert and an actionSheet are uniformly managed by using a uialert controller, the low-version function in the low-version is uialert view and UIActionSheet, in order to achieve iOS7 compatibility, in this case, the low-version function is added into the system through judgment of adding the uialert view and UIActionSheet functions by a code, thereby achieving low-version compatibility.
In the specific implementation, the update information of the historical version needs to be acquired, and the updated function information is acquired from the update information, so that the compatibility of the versions can be realized through the accurate function information.
Step S30, determining whether the full link monitoring data includes target monitoring data.
In the specific implementation, invalid data in the collected information can be shielded, for example, attribute parameters of redundant data and noise data in the collected information are modified to be invisible, so that the invalid data can be shielded, the collected data are all valid data, and the processing efficiency of the monitoring system is improved.
Step S40, when the full link monitoring data includes target monitoring data, displaying the target monitoring data.
According to the scheme, the agent process is arranged in the preset area, the operation state of the current service system to be monitored is controlled, the monitoring data of the service system to be monitored are effectively collected, and therefore the monitoring of the current service system to be monitored is achieved under the condition that the native node is not modified.
Further, as shown in fig. 3, a second embodiment of the full link monitoring method according to the present invention is proposed based on the first embodiment, and in this embodiment, the step S20 includes:
step S201, determining whether the current business system to be monitored contains a low version function, and controlling the preset agent process to collect full link monitoring data in the low version function when the current business system to be monitored contains the low version function.
It should be noted that, when the general low version evolves to the high version, the function information about the low version still remains in the high version, and data collection is performed only through the improved function, for example, uialert controller is used for uniform management of alert and actionSheet for the apple in iOS8 of the apple, and the function uialert view and UIActionSheet are used for management in the previous low version.
In a specific implementation, in order to realize the collection of the low-version data, for example, the collection of the monitoring data of the apple iOS7 system, in this case, the collection of the low-version monitoring data can be realized by adding a uialert view and a UIActionSheet low-version function to the agent program to obtain the data information used in the low-version function.
Further, the step S201 includes:
step S202, a function updating list of a historical service system version is obtained, whether the current service system to be monitored contains a low version function or not is judged according to the function updating list, and when the current service system to be monitored contains the low version function, the preset agent process is controlled to collect full link monitoring data in the low version function.
It should be noted that, when a new version is released, modification content between the new version and the old version is generally noted in the release specification, so that functions of the new version and the old version can be obtained, the released functions can be modified to a content function update list, a low version function is obtained through judgment of the function update list, and the low version function is added into a proxy process, so that data acquisition of a low version service system is realized.
According to the scheme provided by the embodiment, the low version function is added in the monitored agent process, so that the monitoring data is acquired through the low version function, and the data acquisition of the low version is realized.
Further, as shown in fig. 4, a third embodiment of the full link monitoring method according to the present invention is proposed based on the first embodiment or the second embodiment, in this embodiment, based on the first embodiment, before the step S20, the method further includes:
step S203, judging the frame type of the current service system to be monitored, searching whether a support packet corresponding to the frame type is contained, and when the support packet corresponding to the frame type is not contained, importing the support packet to generate an updated preset agent process.
It should be noted that the flow types of different frames are also different, and in general, the monitoring tool cannot implement compatibility with different frames, and in this case, the proxy process is imported according to the support package by obtaining the support packages of different frames, so that the proxy process is compatible with each frame, and data acquisition of the service system to be monitored is implemented more effectively.
Accordingly, the step S20 includes:
step S204, obtaining the running state of the current service system to be monitored, and controlling the updated preset agent process to collect the full link monitoring data in the current service system to be monitored according to the running state.
Further, the step S203 includes:
step S205, extracting the main function of the current service system to be monitored, obtaining the corresponding relation between the historical main function and the historical frame type which is stored in advance, determining the frame type corresponding to the main function according to the corresponding relation, searching whether a support packet corresponding to the frame type exists, importing the support packet when the support packet corresponding to the frame type does not exist, and generating an updated preset proxy process.
It should be noted that each node.js frame has a specific main function, for example, a node.js development frame sail.js, a node.js server end frame hapi.js, a node.js high-performance encapsulation express.js and the like exist at present, wherein data information in the node.js server end frame Hapi usually has a Hapi function, and the express.js frame usually has an Express function, and the frame type can be identified by acquiring the main function of the current service system to be monitored, and the corresponding main function is controlled and collected for different frame types to monitor, so that compatibility of different node.js frames is realized.
In a specific implementation, a corresponding relationship between a historical main function and a historical frame type may be stored in a preset storage area in advance, and a frame type corresponding to a current main function is determined according to the corresponding relationship, for example, when the main function of the current service system to be monitored is obtained as a Hapi function, a corresponding frame type of Hapi.
Further, before the step S10, the method further includes:
and S101, receiving an adding instruction input by a user, and writing the preset agent process into the storage area according to the adding instruction.
In order to avoid modification of the native node, the data acquisition is usually realized by the proxy process, the proxy can be written into a preset storage area in advance for storage, when the trigger information is obtained, the proxy in the preset storage area is called according to the trigger information to monitor the current service system to be monitored, and the native node of the current service system to be monitored does not need to be modified, so that the original ecology of the native node is ensured.
Further, the step S30 includes:
step S301, extracting feature information in the full link monitoring data, comparing the feature information with the target monitoring data, and determining whether the full link monitoring data includes the target monitoring data.
In this embodiment, the feature information in the collected full-link monitoring data is extracted, the feature information is compared with preset feature information, and the collected data information is effectively screened according to a comparison result, where the preset feature information may be data representing actual specific behavior of a user, for example, a user initiates a service request through a service port, and may also perform corresponding operation for the user aiming at the service, so that the actual effective data of the user may be identified, the collected monitoring data better meets the requirements of the user, and user experience is improved.
According to the scheme provided by the embodiment, the compatibility of the agent process to each frame is realized through the identification of different frames, and the monitoring data is effectively processed, so that the acquired monitoring data better meets the requirements of users, and the user experience is improved.
The invention further provides a full link monitoring device.
Referring to fig. 5, fig. 5 is a functional module diagram of a full link monitoring apparatus according to a first embodiment of the present invention.
In a first embodiment of the full link monitoring apparatus of the present invention, the full link monitoring apparatus includes:
the acquiring module 10 is configured to acquire trigger information of a user based on a current service system to be monitored, and start a preset agent process in a storage area according to the trigger information.
It should be noted that the current business system to be monitored may be an insurance business system, a financial business system, or other business systems, which is not limited in this embodiment.
It can be understood that the triggering information is that the user performs corresponding process operations based on the insurance system interface, such as insurance item selection, insurance amount calculation, personal data filling, and the like, when receiving the operation data of the user, the operation data of the user is used as the triggering information, and the operation data can also be set for time by a timer, and the triggering is performed after the preset time, so as to implement automatic triggering, and other triggering manners can also be used, which is not limited in this embodiment.
In this embodiment, in a general case, usually, the Application Performance Management and Monitoring (APM) tools for node.
In a specific implementation, network information and port information of service processing performed by a node.js platform are acquired, wherein the network information includes response time of the service processing, for example, a personal data query request of a client or a login request of a client account is acquired, and feedback result information is displayed, so that response time of a system is counted. When the event trigger information is acquired, a corresponding agent monitoring process is deployed according to the network information, and the data acquisition is realized by calling the agent monitoring process, so that the modification of an application program management tool to the original ecological code is not needed, and the operation cost of monitoring is reduced.
And the control module 20 is configured to acquire an operating state of the current service system to be monitored, and control the preset agent process to acquire full-link monitoring data in the current service system to be monitored according to the operating state.
It should be noted that the operation state may be version information or used frame information of the current service system to be monitored, or may also be other state information, which is not limited in this embodiment.
In general, in a data acquisition process, because an existing monitoring tool has a version compatibility problem, acquisition of low-version data cannot be achieved, in this embodiment, the monitoring tool is developed for the second time to acquire a preset low-version function, the low-version function is added into a system to achieve acquisition of the low-version data, for example, for an apple in iOS8 of the apple, an alert and an actionSheet are uniformly managed by using a uialert controller, the low-version function in the low-version is uialert view and UIActionSheet, in order to achieve iOS7 compatibility, in this case, the low-version function is added into the system through judgment of adding the uialert view and UIActionSheet functions by a code, thereby achieving low-version compatibility.
In the specific implementation, the update information of the historical version needs to be acquired, and the updated function information is acquired from the update information, so that the compatibility of the versions can be realized through the accurate function information.
The determining module 30 is configured to determine whether the full link monitoring data includes target monitoring data.
In the specific implementation, invalid data in the collected information can be shielded, for example, attribute parameters of redundant data and noise data in the collected information are modified to be invisible, so that the invalid data can be shielded, the collected data are all valid data, and the processing efficiency of the monitoring system is improved.
And the display module 40 is configured to display the target monitoring data when the full-link monitoring data includes the target monitoring data.
According to the scheme, the agent process is arranged in the preset area, the operation state of the current service system to be monitored is controlled, the monitoring data of the service system to be monitored are effectively collected, and therefore the monitoring of the current service system to be monitored is achieved under the condition that the native node is not modified.
In addition, to achieve the above object, the present invention further provides a terminal device, including: a memory, a processor, and a full link monitoring program stored on the memory and executable on the processor, the full link monitoring program configured to implement the steps of the full link monitoring method as described above.
In addition, an embodiment of the present invention further provides a storage medium, where a full link monitoring program is stored on the storage medium, and the full link monitoring program is executed by a processor to perform the steps of the full link monitoring method described above.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a computer-readable storage medium (such as ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling an intelligent terminal (such as a mobile phone, a computer, a terminal device, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (9)

1. A full link monitoring method is characterized in that the full link monitoring method comprises the following steps:
acquiring trigger information of a user based on a current service system to be monitored, and starting a preset agent process in a storage area according to the trigger information;
acquiring the running state of the current service system to be monitored, and controlling the preset agent process to acquire full-link monitoring data in the current service system to be monitored according to the running state;
judging whether the full link monitoring data contains target monitoring data or not;
when the full link monitoring data comprises target monitoring data, displaying the target monitoring data;
the controlling the preset agent process to collect the full link monitoring data in the current service system to be monitored according to the running state includes:
and judging whether the current business system to be monitored contains a low-version function, and controlling the preset agent process to acquire full-link monitoring data in the low-version function when the current business system to be monitored contains the low-version function.
2. The full-link monitoring method according to claim 1, wherein the determining whether the current service system to be monitored contains a low-version function, and controlling the pre-set agent process to collect full-link monitoring data in the low-version function when the current service system to be monitored contains the low-version function includes:
acquiring a function updating list of a historical service system version, judging whether the current service system to be monitored contains a low version function or not according to the function updating list, and controlling the preset agent process to collect full link monitoring data in the low version function when the current service system to be monitored contains the low version function.
3. The full-link monitoring method according to claim 1 or 2, wherein before the obtaining of the operation state of the current service system to be monitored and controlling the preset agent process to collect full-link monitoring data in the current service system to be monitored according to the operation state, the method further comprises:
acquiring the frame type of the current service system to be monitored, searching whether a support packet corresponding to the frame type exists, and when the support packet corresponding to the frame type does not exist, importing the support packet to generate an updated preset agent process;
the acquiring of the running state of the current service system to be monitored and the controlling of the preset agent process according to the running state to acquire the full link monitoring data in the current service system to be monitored include:
and acquiring the running state of the current service system to be monitored, and controlling the updated preset agent process to acquire full-link monitoring data in the current service system to be monitored according to the running state.
4. The full-link monitoring method according to claim 3, wherein the obtaining a frame type of the current service system to be monitored, searching whether a support packet corresponding to the frame type is included, and when the support packet corresponding to the frame type is not included, importing the support packet to generate an updated preset proxy process includes:
extracting a main function of the current service system to be monitored, acquiring a corresponding relation between a historical main function and a historical frame type which are stored in advance, determining the frame type corresponding to the main function according to the corresponding relation, searching whether a support packet corresponding to the frame type exists, importing the support packet when the support packet corresponding to the frame type does not exist, and generating an updated preset agent process.
5. The full-link monitoring method according to claim 1 or 2, wherein before the acquiring of the trigger information of the user based on the current service system to be monitored and starting the preset agent process in the storage area according to the trigger information, the method further comprises:
and receiving an adding instruction input by a user, and writing the preset agent process into the storage area according to the adding instruction.
6. The full-link monitoring method according to claim 1 or 2, wherein the determining whether the full-link monitoring data includes target monitoring data includes:
extracting characteristic information in the full link monitoring data, comparing the characteristic information with the target monitoring data, and judging whether the full link monitoring data contains the target monitoring data.
7. A full link monitoring apparatus, comprising:
the acquisition module is used for acquiring the trigger information of a user based on the current service system to be monitored and starting a preset agent process in the storage area according to the trigger information;
the control module is used for acquiring the running state of the current business system to be monitored and controlling the preset agent process to acquire full-link monitoring data in the current business system to be monitored according to the running state;
the judging module is used for judging whether the full link monitoring data contains target monitoring data;
the display module is used for displaying the target monitoring data when the full link monitoring data comprises the target monitoring data;
the control module is further configured to determine whether the current business system to be monitored contains a low-version function, and control the preset agent process to acquire full-link monitoring data in the low-version function when the current business system to be monitored contains the low-version function.
8. A terminal device, characterized in that the terminal device comprises: a memory, a processor, and a full link monitoring program stored on the memory and executable on the processor, the full link monitoring program configured to implement the steps of the full link monitoring method of any one of claims 1 to 6.
9. A storage medium having a full link monitoring program stored thereon, the full link monitoring program when executed by a processor implementing the steps of the full link monitoring method according to any one of claims 1 to 6.
CN201811111969.0A 2018-09-21 2018-09-21 Full link monitoring method, device, terminal equipment and storage medium Active CN109672580B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811111969.0A CN109672580B (en) 2018-09-21 2018-09-21 Full link monitoring method, device, terminal equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811111969.0A CN109672580B (en) 2018-09-21 2018-09-21 Full link monitoring method, device, terminal equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109672580A CN109672580A (en) 2019-04-23
CN109672580B true CN109672580B (en) 2022-01-18

Family

ID=66142440

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811111969.0A Active CN109672580B (en) 2018-09-21 2018-09-21 Full link monitoring method, device, terminal equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109672580B (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110225045A (en) * 2019-06-18 2019-09-10 平安科技(深圳)有限公司 Full link data method for authenticating, device, equipment and storage medium
CN112306788A (en) * 2019-07-29 2021-02-02 北京京东振世信息技术有限公司 Program dynamic monitoring method and device
CN110968479B (en) * 2019-11-20 2023-05-23 北京宝兰德软件股份有限公司 Service level full-link monitoring method and server for application program
CN112181785B (en) * 2020-10-21 2023-02-24 鹏城实验室 Method, terminal and storage medium for automatically adding monitoring equipment
CN113014429A (en) * 2021-02-24 2021-06-22 紫光云技术有限公司 Link relation monitoring system
CN113115059B (en) * 2021-03-29 2022-07-05 武汉斗鱼鱼乐网络科技有限公司 Bullet screen connection monitoring method, device, equipment and storage medium
CN114760221B (en) * 2022-03-31 2024-02-23 深信服科技股份有限公司 Service monitoring method, system and storage medium
CN115134270B (en) * 2022-06-28 2023-09-08 北京奇艺世纪科技有限公司 Code monitoring method, monitoring system, electronic equipment and storage medium
CN114861230B (en) * 2022-07-07 2022-11-01 支付宝(杭州)信息技术有限公司 Privacy protection method and device in terminal equipment
CN115412420B (en) * 2022-08-29 2023-08-18 苏州浪潮智能科技有限公司 Method, device, equipment and medium for managing inter-frame trunking communication

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101483545A (en) * 2008-12-31 2009-07-15 中国建设银行股份有限公司 Financial service monitoring method and system
CN101859463A (en) * 2010-06-19 2010-10-13 施乐翔 Mistake-proofing system for counter cash register businesses in financial institutions
CN102004649A (en) * 2009-09-03 2011-04-06 华为技术有限公司 Method and equipment for updating software
CN102365840A (en) * 2009-01-28 2012-02-29 海德沃特合作I有限公司 Open transaction central billing system
CN106648564A (en) * 2015-10-30 2017-05-10 阿里巴巴集团控股有限公司 Business data acquisition method and apparatus
CN107682426A (en) * 2017-09-25 2018-02-09 平安科技(深圳)有限公司 interface proxy method and application server
WO2018061209A1 (en) * 2016-09-30 2018-04-05 富士通株式会社 Communications system, terminal device, server device, communications program, and communications method
CN107896244A (en) * 2017-11-07 2018-04-10 中国银联股份有限公司 A kind of distribution method of version file, client and server
CN107979493A (en) * 2017-11-21 2018-05-01 平安科技(深圳)有限公司 Platform is construction method, server and the storage medium for servicing PAAS container platforms

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8069435B1 (en) * 2003-08-18 2011-11-29 Oracle America, Inc. System and method for integration of web services
US8966643B2 (en) * 2011-10-08 2015-02-24 Broadcom Corporation Content security in a social network
US9635037B2 (en) * 2012-09-06 2017-04-25 Waterfall Security Solutions Ltd. Remote control of secure installations
US9917745B2 (en) * 2013-09-27 2018-03-13 Futurewei Technologies, Inc. Validation of chained network services
US9747183B2 (en) * 2013-12-31 2017-08-29 Ciena Corporation Method and system for intelligent distributed health monitoring in switching system equipment

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101483545A (en) * 2008-12-31 2009-07-15 中国建设银行股份有限公司 Financial service monitoring method and system
CN102365840A (en) * 2009-01-28 2012-02-29 海德沃特合作I有限公司 Open transaction central billing system
CN102004649A (en) * 2009-09-03 2011-04-06 华为技术有限公司 Method and equipment for updating software
CN101859463A (en) * 2010-06-19 2010-10-13 施乐翔 Mistake-proofing system for counter cash register businesses in financial institutions
CN106648564A (en) * 2015-10-30 2017-05-10 阿里巴巴集团控股有限公司 Business data acquisition method and apparatus
WO2018061209A1 (en) * 2016-09-30 2018-04-05 富士通株式会社 Communications system, terminal device, server device, communications program, and communications method
CN107682426A (en) * 2017-09-25 2018-02-09 平安科技(深圳)有限公司 interface proxy method and application server
CN107896244A (en) * 2017-11-07 2018-04-10 中国银联股份有限公司 A kind of distribution method of version file, client and server
CN107979493A (en) * 2017-11-21 2018-05-01 平安科技(深圳)有限公司 Platform is construction method, server and the storage medium for servicing PAAS container platforms

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
广电网络综合网管系统多厂家设备的管理与监控;李珊;《中国优秀硕士学位论文全文数据库信息科技辑》;20141015(第10期);全文 *
柔性微服务监控框架;刘一田;《计算机系统应用》;20171015;全文 *

Also Published As

Publication number Publication date
CN109672580A (en) 2019-04-23

Similar Documents

Publication Publication Date Title
CN109672580B (en) Full link monitoring method, device, terminal equipment and storage medium
CN108365993B (en) Block link point dynamic changing method, system and computer readable storage medium
CN110995836A (en) Log management method, device, storage medium and device based on Internet of vehicles platform
CN112054998A (en) Proxy service method, device, equipment and computer readable storage medium
CN107645546B (en) File monitoring method based on android system, intelligent device and storage medium
US10084637B2 (en) Automatic task tracking
US9535666B2 (en) Dynamic agent delivery
CN109450691B (en) Service gateway monitoring method, device and computer readable storage medium
CN107526584B (en) Data access method and device
CN114115866A (en) Cross-domain-based vehicle-mounted scene self-defining method, device, equipment and storage medium
CN112118352B (en) Method and device for processing notification trigger message, electronic equipment and computer readable medium
CN111190609A (en) Service processing method, device, equipment and storage medium
JP2005228183A (en) Program execution method and computer system for executing the program
CN112463799A (en) Data extraction method, device, equipment and storage medium
CN109684156B (en) Monitoring method, device, terminal and storage medium based on mixed mode application
CN109684274B (en) File archiving method, device and computer readable storage medium
CN111416857A (en) Client crash processing method, device, system, equipment and storage medium
CN115955557A (en) Kadun analysis method and device thereof
US20130332568A1 (en) Method of data processing by a navigation module
CN110264654B (en) Security-based monitoring management method and device, readable storage medium and system
CN111240589A (en) Partition isolation-based system management method, device, equipment and storage medium
CN111638914A (en) Method, equipment and storage medium for setting terminal function
CN112685102A (en) Gateway plug-in hot loading method, device, equipment and medium
CN112130936A (en) Polling-based data calling method, device, equipment and storage medium
CN107704491B (en) Message processing method and device

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