CN112822075A - Service link tracking method and related device - Google Patents

Service link tracking method and related device Download PDF

Info

Publication number
CN112822075A
CN112822075A CN202110136119.1A CN202110136119A CN112822075A CN 112822075 A CN112822075 A CN 112822075A CN 202110136119 A CN202110136119 A CN 202110136119A CN 112822075 A CN112822075 A CN 112822075A
Authority
CN
China
Prior art keywords
network packet
service
analysis server
identification parameter
request
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
CN202110136119.1A
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 Kemanda Intelligent Management Science & Technology Co ltd
Original Assignee
Shenzhen Kemanda Intelligent Management Science & 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 Kemanda Intelligent Management Science & Technology Co ltd filed Critical Shenzhen Kemanda Intelligent Management Science & Technology Co ltd
Priority to CN202110136119.1A priority Critical patent/CN112822075A/en
Publication of CN112822075A publication Critical patent/CN112822075A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/10Active monitoring, e.g. heartbeat, ping or trace-route
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/02Capturing of monitoring data
    • H04L43/028Capturing of monitoring data by filtering

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Cardiology (AREA)
  • General Health & Medical Sciences (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The application discloses a service link tracking method and a related device, which are used for analyzing a network packet to obtain service request data contained in the network packet and a path source of the service request, wherein the method comprises the following steps: the analysis server receives a target network packet reported by the information collection end; the analysis server side obtains service request data existing in the target network packet; the analysis server side identifies the service requirements in the service request data according to the configuration file; the analysis server side inquires a calling path of the service request data through a first identification parameter in the target network packet, wherein the first identification parameter comprises the calling path of the service request data; and the analysis server provides corresponding data service according to the service requirement and returns the data service according to the calling path.

Description

Service link tracking method and related device
Technical Field
The present application relates to the field of network transmission technologies, and in particular, to a service link tracking method and a related device.
Background
In the past, the number of users is relatively small, the Architecture of a Service system is not so complex, web services generally use a two-layer (web server and database) or three-layer (web server, application server and database) Architecture, and nowadays, with the development and progress of the internet, the Service system needs to support a large number of concurrent connections and needs to combine functions and services, resulting in a more complex software stack combination, requiring a more complex multi-layer Architecture than a three-layer Architecture, such as a Service-Oriented Architecture (SOA) or a micro-Service framework, and the access of upstream and downstream systems such as hardware, which results in the increasingly complex call of services by the Service system and the longer link required for calling services.
If errors and exceptions occur in a service system, it is very difficult to quickly locate the exceptions, most open source components in the prior art track the calling process of service logic by embedding points in the service system, the basic principle is to deploy acquired SDK codes at a service system terminal, and automatically record and store the calling path of the service when the calling service is triggered, but developers need to add different acquisition codes for different services, thereby increasing the complexity of the service, increasing the workload, and reducing the readability of the codes.
Disclosure of Invention
The application provides a service link tracking method and a related device, which are used for analyzing a network packet to obtain service request data contained in the network packet and a path source of the service request.
A first aspect of the present application provides a method for tracking a service link, including:
the analysis server receives a target network packet reported by the information collection end;
the analysis server side obtains service request data existing in the target network packet;
the analysis server side identifies the service requirements in the service request data according to the configuration file;
the analysis server side inquires a calling path of the service request data through a first identification parameter in the target network packet, wherein the first identification parameter comprises the calling path of the service request data;
and the analysis server provides corresponding data service according to the service requirement and returns the data service according to the calling path.
Optionally, the method further includes:
and the analysis server stores the service request data to a preset storage node according to the service requirement type.
Optionally, the method further includes:
and the analysis server inquires service information corresponding to a second identification parameter through the second identification parameter input by the user, wherein the second identification parameter is consistent with the identification parameter contained in the target network.
A second aspect of the present application provides a method for tracking a service link, including:
an information collection end starts a packet capturing tool to capture a network packet and configures a network port to be monitored to obtain a first original network packet, wherein the first original network packet comprises all network request information of the network port;
when a network request exists at the network port, the information collection end performs data processing on the first original network packet to obtain a target network packet, wherein the target network packet comprises a first identification parameter, and the first identification parameter comprises a call path of the network request;
and the information collection end sends the target network packet to an analysis server.
Optionally, the data processing performed on the first original network packet by the information collection end to obtain a target network packet includes:
the information collection end filters the first original network packet according to a preset filtering rule to obtain a second original network packet meeting the requirement;
the information collection end judges whether the request header of the second original network packet contains the first identification parameter;
if not, the information collection end adds the path of the network port as a first identification parameter to the request header of the second original network packet;
if yes, the information collection end stores the second original network packet to a preset position.
Optionally, the bale plucking tool is adapted to different computer operating systems.
A third aspect of the present application provides a service link tracking apparatus, including:
the first receiving unit is used for receiving a target network packet reported by a receiving information collecting end of an analysis server end;
a first obtaining unit, configured to obtain, by the analysis server, service request data existing in the target network packet;
the identification unit is used for identifying the service requirement in the service request data by the analysis server according to the configuration file;
the query unit is used for the analysis server to query the call path of the service request data through a first identification parameter in the target network packet, wherein the first identification parameter comprises the call path of the service request data;
and the first execution unit is used for providing corresponding data service by the analysis server according to the service requirement and returning the data service according to the calling path.
Optionally, the apparatus further comprises:
and the first storage unit is used for storing the service request data to a preset storage node by the analysis server according to the service requirement type.
A fourth aspect of the present application provides a service link tracking apparatus, including:
the packet capturing unit is used for starting a packet capturing tool by an information collecting end to capture a packet in a network and configuring a network port to be monitored to obtain a first original network packet, wherein the first original network packet comprises all network request information of the network port;
the data processing unit is used for performing data processing on the first original network packet by the information collection end to obtain a target network packet when the network port has a network request, wherein the target network packet comprises a first identification parameter, and the first identification parameter comprises a call path of the network request;
and the second execution unit is used for sending the target network packet to the analysis server by the information collection end.
Optionally, the data processing unit includes:
the filtering module is used for filtering the first original network packet by the information collecting end according to a preset filtering rule to obtain a second original network packet meeting the requirement;
the judging module is used for judging whether the request header of the second original network packet contains the first identification parameter or not by the information collecting end;
a generating module, configured to, when the determining module determines that the request header of the second original network packet does not include the first identifier parameter, add, by the information collecting end, the path of the network port as the first identifier parameter to the request header of the second original network packet;
and the second storage unit is used for storing the second original network packet to a preset position by the information collection end when the judgment module determines that the request header of the second original network packet contains the first identification parameter.
A fifth aspect of the present application provides a computer-readable storage medium having a program stored thereon, which when executed on a computer performs the aforementioned method of traffic link tracing.
According to the technical scheme, after the analysis server unpacks and analyzes the target network packet reported by the information collection end, the analysis server determines the service request existing in the target network packet and the request path of the service request, the analysis server returns the corresponding service according to the original path of the request path, the original code does not need to be added or modified, the link information is determined through the first identification parameter contained in the target network reported by the information collection end, and the efficiency of service tracking and positioning is greatly improved.
Drawings
Fig. 1 is a schematic flow chart illustrating an embodiment of a service link tracking method in the present application;
fig. 2 is a schematic flow chart illustrating another embodiment of a service link tracking method according to the present application;
fig. 3 is a flowchart illustrating a traffic link tracking method according to an embodiment of the present application;
FIG. 4 is a schematic diagram illustrating an embodiment of a traffic link tracking device according to the present application;
FIG. 5 is a schematic diagram illustrating an embodiment of a traffic link tracking device according to the present application;
fig. 6 is a schematic structural diagram of an embodiment of a traffic link tracking apparatus according to the present application.
Detailed Description
The embodiment of the application provides a service link tracking method and a related device, and service request data contained in a network packet and a path source of the service request are obtained by analyzing the network packet.
The technical solutions in the present application will be described clearly and completely with reference to the accompanying drawings in the embodiments of the present application, and it is obvious that the described embodiments are only some embodiments of the present application, not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The method of the present application is applied to an intelligent terminal device accessing a service system, and the present application is not limited thereto. For convenience of description, the following description takes the execution subject as an analysis server and an information collection terminal as an example.
Referring to fig. 1, an embodiment of a service link tracking method in the present application includes:
101. the analysis server receives a target network packet reported by the information collection end;
aiming at the conditions that a service link is long, the processing state of each network node and the problems of the network nodes in the processing are difficult to track and position, in the embodiment of the application, an analysis server can simultaneously receive target network packets reported by a plurality of information collection terminals, the target network packets contain data information collected and sorted by the information collection terminals, and the processing state and the problems of the network nodes can be further tracked and processed through the data information.
102. The analysis server side obtains service request data existing in the target network packet;
based on the target network packet received in step 101, the analysis server analyzes service request data, such as request parameters and return parameters, existing in the target network packet, where the request data may be forwarded by an intermediate layer or directly requested to be forwarded, which is not limited herein.
103. The analysis server side identifies the service requirements in the service request data according to the configuration file;
in the embodiment of the present application, a corresponding configuration file is already configured in the analysis server to identify the service request data acquired in step 102, and further extract a service required in the request data, where a mapping relationship between an Internet Protocol (IP) address and the corresponding service is established in the configuration file.
104. The analysis server side inquires a calling path of the service request data through a first identification parameter in the target network packet, wherein the first identification parameter comprises the calling path of the service request data;
in order to track a request path, in the embodiment of the present application, a Mapping Debug Context (MDC) is used to track processing, a first identifier (traceID) is generated when a request arrives, and an original output statement is not changed, for a Web application, data is usually stored at the beginning of the request processing, and an analysis server searches a parameter corresponding to the first identifier from a target network packet to determine a path called by service request data.
105. And the analysis server provides corresponding data service according to the service requirement and returns the data service according to the calling path.
According to the service requirement determined in step 103, the analysis server returns the response data of the service requirement to the request end generated by the request according to the call path determined in step 104.
In the embodiment of the application, the analysis server receives a target network packet sent by the information collection end, extracts request service information existing in the target network packet after unpacking and analyzing the target network packet, the request service information comprises an IP address of the request end, finds a first identifier from a request header in the target network packet, determines a calling path of a service request through the first identifier, provides corresponding service data for the request party and returns the service data to the request party according to the calling path, and the tracking mode does not need to set a buried point for a service system, so that the workload of developers is reduced, and the positioning and tracking processes of services are greatly simplified.
Referring to fig. 2, another embodiment of a method for tracking a service link in the present application includes:
201. the analysis server receives a target network packet reported by the information collection end;
202. the analysis server side obtains service request data existing in the target network packet;
203. the analysis server side identifies the service requirements in the service request data according to the configuration file;
steps 201 to 203 in this embodiment are similar to steps 101 to 103 in the previous embodiment, and are not described again here.
204. The analysis server side stores the service request data into a preset storage node according to the service requirement type;
in order to record the provided service, in the embodiment of the application, after the analysis server determines the service requirement, the data of the service requirement is stored according to the sequence of the service modules, and all the associated requests are stored in one storage node, so that the subsequent query is facilitated.
205. The analysis server side inquires a calling path of the service request data through a first identification parameter in the target network packet, wherein the first identification parameter comprises the calling path of the service request data;
206. and the analysis server provides corresponding data service according to the service requirement and returns the data service according to the calling path.
Steps 205 to 206 in the embodiment of the present application are similar to steps 104 to 105 in the embodiment described above, and are not described herein again.
In the embodiment of the application, the analysis service end stores the request services existing in the target network packet to the preset storage node for the target network packet received from the information collection end, so that the processing history of the request can be conveniently inquired and counted, and then the corresponding information in the target network packet is analyzed, so that the calling path of the service is determined, corresponding service data is provided for the requester and returned to the requester according to the calling path, and the positioning and tracking processes of the service are greatly simplified.
The method performed by the analysis server is described in detail above, and the steps performed by the information collection server are described in detail below.
Referring to fig. 3, an embodiment of a method for tracking a service link according to the present application includes:
301. an information collection end starts a packet capturing tool to capture a network packet and configures a network port to be monitored to obtain a first original network packet, wherein the first original network packet comprises all network request information of the network port;
in the embodiment of the present application, the packet capturing tool used by the information collecting end may be adapted to different computer operating systems, such as Windows series and Linux series, which is not limited herein. The information collection end starts the packet capturing tool, then configures a network port to be monitored, intercepts information according to an interception information list set in the packet capturing tool, and adds a first identifier into the interception list, wherein the information comprises all network request information from the network port, such as information of a request address, a request port, a request parameter, a returned parameter and the like, and combines the intercepted information to obtain a first original network packet.
302. When the network port has a network request, the information collection end filters the first original network packet according to a preset filtering rule to obtain a second original network packet meeting the requirement;
because the first network packet includes all network request information of the network port, and a large amount of information exists in the network request information, in the embodiment of the application, the information collection end filters the information in the first network packet according to a preset filtering rule, and removes data irrelevant to the service request to obtain a second original network packet.
303. The information collecting end judges whether the request header of the second original network packet contains a first identification parameter, if not, step 304 is executed, and if so, step 305 is executed;
in the service system for tracking processing by using DMC, a first identification parameter (traceID) is generated when a request arrives, in this embodiment of the application, a call path is determined by the first identification parameter, and the information collection end determines whether the request header of the second original network packet obtained in step 302 includes the first identification parameter.
304. The information collection end adds the path of the network port as a first identification parameter to the request head of the second original network packet;
if the second original network packet request header does not contain the first identification parameter, or the first identification parameter is null, generating the first identification parameter, assigning the path of the network port to the first identification parameter, and adding the path to the request header.
305. The information collection end stores the second original network packet to a preset position;
the data collected by the information collection end can search a call path, can also query the processing process of a certain request according to the first identification parameter, can also query the network interaction condition of a certain service in a certain period of time, and can also count the number of times of calling a certain interface by a certain service, and the like, and the specific details are not limited here, so that the second original network packet is stored to a preset position in the embodiment of the application, so that the query and the statistics of the request history are facilitated.
306. And the information collection end sends the second original network packet to an analysis server.
The information collection end is used for monitoring the network port and uploading the collected data to the analysis server end, the data in the second original network packet is screened by the information collection end, information related to the network request is retained, the information collection end uploads the second original network packet to the analysis server end according to the frequency set by the interactive interface, and the analysis server end specifically analyzes and processes the information in the second original network packet.
Referring to fig. 4, an embodiment of a traffic link tracking device in the present application includes:
a first receiving unit 401, configured to receive a target network packet reported by a receiving information collecting end of an analysis server;
a first obtaining unit 402, configured to obtain, by the analysis server, service request data existing in the target network packet;
an identifying unit 403, configured to identify, by the analysis server, a service requirement in the service request data according to a configuration file;
a query unit 404, configured to query, by the analysis server, a call path of the service request data through a first identification parameter in the target network packet, where the first identification parameter includes the call path of the service request data;
and the first execution unit 405 is configured to provide, by the analysis server, a corresponding data service according to the service requirement, and return the data service in the original route according to the call path.
The first storage unit 406 is configured to store the service request data in a preset storage node by the analysis server according to the service requirement type.
Referring to fig. 5, an embodiment of a traffic link tracking device in the present application includes:
a packet capturing unit 501, configured to start a packet capturing tool to capture a packet in a network and configure a network port to be monitored to obtain a first original network packet, where the first original network packet includes all network request information of the network port;
a data processing unit 502, configured to, when a network request exists at the network port, perform data processing on the first original network packet by the information collection terminal to obtain a target network packet, where the target network packet includes a first identifier parameter, and the first identifier parameter includes a call path of the network request;
a second executing unit 503, configured to send the target network packet to an analysis server by the information collecting end.
The data processing unit 502 in this embodiment includes:
a filtering module 5021, configured to filter the first original network packet by the information collection end according to a preset filtering rule, so as to obtain a second original network packet meeting the requirement;
a determining module 5022, configured to determine whether the request header of the second original network packet includes the first identifier parameter by the information collecting end;
a generating module 5023, configured to, when the determining module determines that the request header of the second original network packet does not include the first identifier parameter, add, by the information collecting end, the path of the network port as the first identifier parameter to the request header of the second original network packet;
a second storage unit 5024, configured to store the second original network packet to a preset location by the information collection end when the determination module determines that the request header of the second original network packet includes the first identifier parameter.
Referring to fig. 6, an embodiment of a traffic link tracking device in the present application includes:
a processor 601, a memory 602, an input-output unit 603, a bus 604;
the processor 601 is connected to the memory 602, the input/output unit 603, and the bus 604;
the processor 601 specifically performs the following operations:
the analysis server receives a target network packet reported by the information collection end;
the analysis server side obtains service request data existing in the target network packet;
the analysis server side identifies the service requirements in the service request data according to the configuration file;
the analysis server side inquires a calling path of the service request data through a first identification parameter in the target network packet, wherein the first identification parameter comprises the calling path of the service request data;
and the analysis server provides corresponding data service according to the service requirement and returns the data service according to the calling path.
In this embodiment, the functions of the processor 601 correspond to the steps in the embodiments shown in fig. 1 to fig. 3, and are not described herein again.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed method and apparatus may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and the like.

Claims (10)

1. A method for traffic link tracing, comprising:
the analysis server receives a target network packet reported by the information collection end;
the analysis server side obtains service request data existing in the target network packet;
the analysis server side identifies the service requirements in the service request data according to the configuration file;
the analysis server side inquires a calling path of the service request data through a first identification parameter in the target network packet, wherein the first identification parameter comprises the calling path of the service request data;
and the analysis server provides corresponding data service according to the service requirement and returns the data service according to the calling path.
2. The method according to claim 1, wherein after the analysis server identifies the service requirement in the service request data according to a configuration file, the method further comprises:
and the analysis server stores the service request data to a preset storage node according to the service requirement type.
3. The method according to claim 1, wherein after the analysis server identifies the service requirement in the service request data according to the configuration file, before the analysis server provides the corresponding data service according to the service requirement and returns the service requirement in the original route according to the call path, the method further comprises:
and the analysis server inquires service information corresponding to a second identification parameter through the second identification parameter input by the user, wherein the second identification parameter is consistent with the identification parameter contained in the target network.
4. A method for traffic link tracing, comprising:
an information collection end starts a packet capturing tool to capture a network packet and configures a network port to be monitored to obtain a first original network packet, wherein the first original network packet comprises all network request information of the network port;
when a network request exists at the network port, the information collection end performs data processing on the first original network packet to obtain a target network packet, wherein the target network packet comprises a first identification parameter, and the first identification parameter comprises a call path of the network request;
and the information collection end sends the target network packet to an analysis server.
5. The method for tracing the service link according to claim 4, wherein the information collection end performs data processing on the first original network packet to obtain a target network packet, and the method comprises:
the information collection end filters the first original network packet according to a preset filtering rule to obtain a second original network packet meeting the requirement;
the information collection end judges whether the request header of the second original network packet contains the first identification parameter;
if not, the information collection end adds the path of the network port as a first identification parameter to the request header of the second original network packet;
if yes, the information collection end stores the second original network packet to a preset position.
6. The traffic link tracing method according to claims 4 to 5, characterized in that said bale plucker is adapted to different computer operating systems.
7. An apparatus for traffic link tracking, comprising:
the first receiving unit is used for receiving a target network packet reported by a receiving information collecting end of an analysis server end;
a first obtaining unit, configured to obtain, by the analysis server, service request data existing in the target network packet;
the identification unit is used for identifying the service requirement in the service request data by the analysis server according to the configuration file;
the query unit is used for the analysis server to query the call path of the service request data through a first identification parameter in the target network packet, wherein the first identification parameter comprises the call path of the service request data;
and the first execution unit is used for providing corresponding data service by the analysis server according to the service requirement and returning the data service according to the calling path.
8. The traffic link tracking apparatus according to claim 7, wherein the apparatus further comprises:
and the first storage unit is used for storing the service request data to a preset storage node by the analysis server according to the service requirement type.
9. An apparatus for traffic link tracking, comprising:
the packet capturing unit is used for starting a packet capturing tool by an information collecting end to capture a packet in a network and configuring a network port to be monitored to obtain a first original network packet, wherein the first original network packet comprises all network request information of the network port;
the data processing unit is used for performing data processing on the first original network packet by the information collection end to obtain a target network packet when the network port has a network request, wherein the target network packet comprises a first identification parameter, and the first identification parameter comprises a call path of the network request;
and the second execution unit is used for sending the target network packet to the analysis server by the information collection end.
10. The traffic link tracking device of claim 9, wherein the data processing unit comprises:
the filtering module is used for filtering the first original network packet by the information collecting end according to a preset filtering rule to obtain a second original network packet meeting the requirement;
the judging module is used for judging whether the request header of the second original network packet contains the first identification parameter or not by the information collecting end;
a generating module, configured to, when the determining module determines that the request header of the second original network packet does not include the first identifier parameter, add, by the information collecting end, the path of the network port as the first identifier parameter to the request header of the second original network packet;
and the second storage unit is used for storing the second original network packet to a preset position by the information collection end when the judgment module determines that the request header of the second original network packet contains the first identification parameter.
CN202110136119.1A 2021-02-01 2021-02-01 Service link tracking method and related device Pending CN112822075A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110136119.1A CN112822075A (en) 2021-02-01 2021-02-01 Service link tracking method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110136119.1A CN112822075A (en) 2021-02-01 2021-02-01 Service link tracking method and related device

Publications (1)

Publication Number Publication Date
CN112822075A true CN112822075A (en) 2021-05-18

Family

ID=75860895

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110136119.1A Pending CN112822075A (en) 2021-02-01 2021-02-01 Service link tracking method and related device

Country Status (1)

Country Link
CN (1) CN112822075A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113778736A (en) * 2021-09-14 2021-12-10 北京房江湖科技有限公司 Method and device for positioning error information

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070143474A1 (en) * 2005-12-15 2007-06-21 Mao Xin Sheng Web Service Information Management in Service-Oriented Architecture Applications
EP2509261A1 (en) * 2011-04-08 2012-10-10 Alcatel Lucent Monitoring of a network element in a packet-switched network
CN108462750A (en) * 2018-03-22 2018-08-28 平安好房(上海)电子商务有限公司 Distribution calls method for tracing, operation system, monitoring system and storage medium
CN110784527A (en) * 2019-10-18 2020-02-11 三体云智能科技有限公司 Information management system and method
CN111143352A (en) * 2019-11-28 2020-05-12 泰康保险集团股份有限公司 Data processing method and device, electronic equipment and storage medium
CN112035317A (en) * 2020-08-28 2020-12-04 北京浪潮数据技术有限公司 Micro-service link monitoring method, device, equipment and medium
CN112286776A (en) * 2020-11-04 2021-01-29 中国电力财务有限公司 Method and system for tracking micro-service link

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070143474A1 (en) * 2005-12-15 2007-06-21 Mao Xin Sheng Web Service Information Management in Service-Oriented Architecture Applications
EP2509261A1 (en) * 2011-04-08 2012-10-10 Alcatel Lucent Monitoring of a network element in a packet-switched network
CN108462750A (en) * 2018-03-22 2018-08-28 平安好房(上海)电子商务有限公司 Distribution calls method for tracing, operation system, monitoring system and storage medium
CN110784527A (en) * 2019-10-18 2020-02-11 三体云智能科技有限公司 Information management system and method
CN111143352A (en) * 2019-11-28 2020-05-12 泰康保险集团股份有限公司 Data processing method and device, electronic equipment and storage medium
CN112035317A (en) * 2020-08-28 2020-12-04 北京浪潮数据技术有限公司 Micro-service link monitoring method, device, equipment and medium
CN112286776A (en) * 2020-11-04 2021-01-29 中国电力财务有限公司 Method and system for tracking micro-service link

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113778736A (en) * 2021-09-14 2021-12-10 北京房江湖科技有限公司 Method and device for positioning error information

Similar Documents

Publication Publication Date Title
CN106941493B (en) Network security situation perception result output method and device
CN106921637B (en) Method and device for identifying application information in network flow
CN109600258B (en) Industrial protocol message recording device and method
CN109923847B (en) Discovery method, device, equipment and storage medium for call link
CN108900374B (en) Data processing method and device applied to DPI equipment
CN112350854B (en) Flow fault positioning method, device, equipment and storage medium
CN109885496B (en) Test log management method and system
CN109274522B (en) OAM information processing method, device, equipment and storage medium
CN109656792A (en) Applied performance analysis method, apparatus, computer equipment and storage medium based on network call log
CN108462598A (en) A kind of daily record generation method, log analysis method and device
CN112256542A (en) eBPF-based micro-service system performance detection method, device and system
CN109802842B (en) Application topology generation method and related equipment
CN111740868A (en) Alarm data processing method and device and storage medium
CN106067879B (en) The detection method and device of information
CN111970151A (en) Flow fault positioning method and system for virtual and container network
CN112822075A (en) Service link tracking method and related device
GB2569678A (en) Automation of SQL tuning method and system using statistic SQL pattern analysis
US20240022507A1 (en) Information flow recognition method, network chip, and network device
CN116346680A (en) Inter-process network flow tracking control method and system based on topology sniffing
CN110572291A (en) System and method for realizing automatic framework identification function for distributed system
CN104734914A (en) Method, device and system used for monitoring network
CN106230666B (en) A kind of monitoring method and monitoring system of service availability
CN107181701A (en) The collection method and device of CGI data
CN114785718A (en) Network target range flow acquisition and analysis system and method
KR100621996B1 (en) Method and system of analyzing internet service traffic

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210518

RJ01 Rejection of invention patent application after publication