CN113742172B - Method, system and related device for collecting server logs - Google Patents

Method, system and related device for collecting server logs Download PDF

Info

Publication number
CN113742172B
CN113742172B CN202110949589.XA CN202110949589A CN113742172B CN 113742172 B CN113742172 B CN 113742172B CN 202110949589 A CN202110949589 A CN 202110949589A CN 113742172 B CN113742172 B CN 113742172B
Authority
CN
China
Prior art keywords
log
log data
client
server
data
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
CN202110949589.XA
Other languages
Chinese (zh)
Other versions
CN113742172A (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202110949589.XA priority Critical patent/CN113742172B/en
Publication of CN113742172A publication Critical patent/CN113742172A/en
Application granted granted Critical
Publication of CN113742172B publication Critical patent/CN113742172B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/3476Data logging
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application provides a method, a system and a related device for collecting server logs, which relate to the field of servers, wherein a server is connected with a client by SSE (service instance) service, and the method comprises the following steps: receiving a log acquisition request from a client; calling a log acquisition component to respond to the log acquisition request to obtain log data; and feeding back the log data to the client through the SSE service connection. Because the SSE protocol can realize long connection from the server to the client without adopting a third party service and supports data types of short-line reconnection and custom transmission, the process of requesting the server log by the client in the application does not need to adopt the third party service, the log acquisition structure is simplified, the data types of log data are expanded, and the log acquisition process is more flexible and convenient.

Description

Method, system and related device for collecting server logs
Technical Field
The present application relates to the field of servers, and in particular, to a method, a system, and a related device for collecting a server log.
Background
The microservice architecture of a distributed cluster typically contains hundreds or even thousands of services that may be deployed on any one machine in the cluster. Therefore, if the log output of a certain micro-service is to be checked, the process is complicated. Typically, it is first necessary to query on which server the service is deployed, then obtain access rights to the target server from the system administrator, log on to the server through ssh and use the tail-f command to view the log in real time. This process is very time consuming and requires high user handling. And if the micro-service is based on a high-availability environment of k8s multi-copy deployment, one micro-service may deploy multiple copies, and add complexity to the positioning problem, and when the problem is checked, log information in each copy is often required to be traversed.
In the existing technical scheme, communication between a WEB page and a server is established through websocket, and log information is output from a server to the WEB page. However, due to the complexity of websocket, the websocket needs to be implemented by means of a third party class library, so that the acquisition of log information is extremely inconvenient.
Disclosure of Invention
The application aims to provide a method and a system for collecting server logs, a computer-readable storage medium and a server, which can be used for obtaining log data of the server.
In order to solve the technical problems, the application provides a method for collecting a server log, wherein a server and a client are provided with SSE service connection, and the method comprises the following steps:
receiving a log acquisition request from a client;
calling a log acquisition component to respond to the log acquisition request to obtain log data;
and feeding back the log data to the client through the SSE service connection.
Preferably, calling a log acquisition component to respond to the log acquisition request, and obtaining log data includes:
calling a log acquisition component to analyze the log acquisition request and determining a service name corresponding to the log acquisition request;
executing a preset log acquisition operation instruction of a kernel buffer area in the server, and acquiring log data corresponding to the service name through a preset channel of the kernel buffer area.
Preferably, if an adapter is configured in the SSE service connection, receiving the log collection request from the client includes:
and after the adapter receives a preset request instruction of the client, receiving a log acquisition request forwarded by the adapter.
Preferably, the feeding back the log data to the client through the SSE service connection includes:
sending the log data to the adapter;
the adapter judges whether the log data is a log of single-copy service or not;
if yes, feeding the log data back to the client;
if not, integrating or sequencing the log data and feeding back to the client.
Preferably, after integrating or sorting the log data, feeding back to the client includes:
if the log data are integrated, each copy of the log data is marked respectively to obtain first log data, and the first log data are fed back to the client; the mark is used for recording the display position and the display sequence of the copy when the client performs split-screen display;
if the log data are ordered, ordering the log records of all the copies in the log data according to the time stamp to obtain second log data, and feeding back the second log data to the client; the copy sequence is the display sequence of the log data at the client.
Preferably, sorting log records of each copy in the log data according to a timestamp, and obtaining second log data includes:
defining a preset set, and configuring a corresponding iterator for each copy in the preset set;
traversing the preset set; determining a target copy containing a minimum time stamp in a current preset set in each traversal process, adding a log record corresponding to the minimum time stamp to middle log data, and simultaneously moving an iterator corresponding to the target copy forwards;
and finishing traversing when iteration of the iterators corresponding to all the copies in the preset set is finished, and taking the intermediate log data as the second log data.
Preferably, after feeding back the log data to the client through the SSE service connection, the method further includes:
receiving a keyword query instruction;
and highlighting the keywords corresponding to the keyword query instructions in the log data.
The application also provides a system for collecting the server log, wherein the server is connected with the client by SSE service, and the system comprises:
the request receiving module is used for receiving a log acquisition request from a client;
the log acquisition module is used for calling a log acquisition component to respond to the log acquisition request to obtain log data;
and the log feedback module is used for feeding back the log data to the client through the SSE service connection.
The application also provides a computer readable storage medium having stored thereon a computer program which when executed by a processor implements the steps of the method as described above.
The application also provides a server comprising a memory in which a computer program is stored and a processor which when calling the computer program in the memory implements the steps of the method as described above.
The application provides a method for collecting server logs, wherein a server and a client are provided with SSE service connection, and the method comprises the following steps: receiving a log acquisition request from a client; calling a log acquisition component to respond to the log acquisition request to obtain log data; and feeding back the log data to the client through the SSE service connection.
According to the method and the system, after the log acquisition request is received, the log acquisition component is directly called to acquire corresponding log data, and the corresponding log data is fed back through SSE service connection, and as the SSE protocol can realize long connection from the server to the client without adopting a third party service and supports short-line reconnection and self-defined transmission of data types, the process of requesting the server log by the client does not need to adopt the third party service, the log acquisition structure is simplified, the data types of the log data are expanded, and the log acquisition process is more flexible and convenient.
The application also provides a server log acquisition system, a computer readable storage medium and a server, which have the beneficial effects and are not repeated here.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present application, and that other drawings can be obtained according to the provided drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a method for collecting server logs according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a server log collection system according to an embodiment of the present application.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present application more apparent, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments of the present application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
Referring to fig. 1, fig. 1 is a flowchart of a method for collecting server logs according to an embodiment of the present application, and the specific process is as follows:
s101: receiving a log acquisition request from a client;
the implementation subject of the present embodiment may be any server that can provide log query services. This step is intended to receive a log acquisition request, but it should be noted that the log acquisition request need not be issued directly by the client, but may be a request issued by the client and passed through other device terminals. For example, if an adapter is configured in the SSE service connection, after the adapter receives a preset request instruction of the client, the adapter receives a log acquisition request forwarded by the adapter. The adapter primarily functions as a request relay that can be used to log the conversion of the content, format, and type of acquisition request. Because different contents, formats and types of log acquisition requests sent by different clients may exist, in order to improve response efficiency of the server, the log acquisition requests may be processed by the adapter and then forwarded to the corresponding server. For example, one possible log collection request sending manner may be 1) that the client sends an ajax request to the adapter to obtain log information output of the specified service. The url requested is similar as follows:
http:// ip port/api/showserviceid = s1, s1 representing the service name of the service requested at this time.
The specific content of the log collection request is not limited herein, and at least includes attribute information of the log to be collected and information of the requester. The attribute information may contain the name of the requested service or the type of service, the length of time of the requested log, etc., for example, from one time to another. The service name may be identification information of a specific unique identification feature such as a service ID. Note that, the log in this embodiment may be a history log, a real-time log, or both.
S102: calling a log acquisition component to respond to the log acquisition request to obtain log data;
the step aims at calling a log acquisition component to respond to the log acquisition request, namely executing the log acquisition request and acquiring corresponding log data. The present embodiment is not particularly limited as to how log data is collected. On one hand, the log file in the disk can be directly read, but the operation can generate more IO operations. As a preferable log collection process, in this embodiment, the log collection component may define a channel FileChannel located in kernel space, and then the log content reading operation is performed based on the FileChannel channel, so as to reduce IO operations required for reading log files from a disk, and improve log obtaining efficiency.
The specific process can comprise the following steps:
the method comprises the steps of firstly, calling a log acquisition component to analyze the log acquisition request and determining a service name corresponding to the log acquisition request;
and step two, executing a preset log acquisition operation instruction of a kernel buffer area in the server, and acquiring log data corresponding to the service name through a preset channel of the kernel buffer area.
The log collection component may be provided with a listener for listening to log collection requests sent by the server. When a log acquisition request is monitored to come, the log acquisition component monitors corresponding log files according to service names in the log acquisition request, namely monitors log data corresponding to the service names through a preset channel of the kernel buffer. When the log file is output, new log data are collected through the self-grinding log collection component, and the log data are fed back through SSE service connection.
S103: and feeding back the log data to the client through the SSE service connection.
After log data is obtained, the log data can be fed back to the client through SSE service connection. Of course, in the process of feeding back to the client, the log data can be directly fed back to the client, or can be transferred to the client through the third party device, and the third party device can perform corresponding optimization processing on the log data during transfer, so that the client can directly display the log data.
According to the embodiment of the application, after the log acquisition request is received, the log acquisition component is directly called to acquire corresponding log data, and the corresponding log data is fed back through SSE service connection, and as the SSE protocol can realize long connection from the server to the client without adopting a third party service and supports data types of short-line reconnection and custom transmission, the process of requesting the server log by the client does not need to adopt the third party service, the log acquisition structure is simplified, the data types of the log data are expanded, and the log acquisition process is more flexible and convenient.
Based on the foregoing embodiments, as a preferred embodiment, when the log data is fed back to the client through the SSE service connection, if the log data is forwarded to the client through a third party device, the method may include the following steps:
s201: sending the log data to the adapter;
s202: the adapter judges whether the log data is a log of single-copy service or not; if yes, go to S203; if not, entering S204;
s203: feeding back the log data to the client;
s204: and integrating or sequencing the log data and feeding back to the client.
In this embodiment, the adapter determines whether the log is a log of a single copy service. Since current servers are typically configured with multiple redundant server nodes for high availability, the same service is deployed on different server nodes. When the log collection request includes such a service, the obtained log data includes log data of each server node, and the log data provided by each server node is used as a copy log data. When the server is a multi-node server and the log acquisition request contains the service deployed by a plurality of server nodes, the adapter can judge whether the log data is the log of the single-copy service, and if the log is confirmed to be the log of the single-copy service, the log can be directly fed back to the client. Otherwise, the log data can be integrated or sequenced and then fed back to the client.
Specifically, if the log data are integrated, each copy of the log data may be marked separately, so as to obtain first log data, and the first log data is fed back to the client. When the log data is displayed by the client, the log data can be displayed according to the marking sequence, and the display positions can be sequentially determined according to the marking sequence.
If the log data are ordered, each copy of the log data can be ordered according to the time stamp, so that second log data containing the copy sequence are obtained and fed back to the client. The order of the copies is the display order of the log data at the client.
More specifically, when the log records of the copies in the log data are ordered according to the time stamp, the following procedure may be adopted when the second log data is obtained:
s301: defining a preset set, and configuring a corresponding iterator for each copy in the preset set;
s301: traversing a preset set; determining a target copy containing a minimum time stamp in a current preset set in each traversal process, adding a log record corresponding to the minimum time stamp to middle log data, and simultaneously moving an iterator corresponding to the target copy forwards;
s301: and finishing traversing when iteration of the iterators corresponding to all the copies in the preset set is finished, and taking the intermediate log data as second log data.
It is readily understood that there may be differences in the corresponding log records of the different server nodes. For example, if copy a and copy B are included, and copy a includes log records for both nine and eleven times, and copy B includes log records for ten points, then the resulting second log data should order the log records in the order of the time stamps for nine, ten and ten points.
And in the preset set, determining a target copy with the current minimum time stamp every time of traversal, adding the log record corresponding to the minimum time stamp in the target copy to the middle log data, and moving an iterator of the target copy forward at the moment. It is apparent that when all log records are added to the intermediate log data, the iterator is no longer moving, i.e. the iteration ends, since there is no minimum timestamp in each copy at this time. The intermediate log data is taken as second log data at this time.
On the basis of the above embodiments, after the log data is fed back to the client through the SSE service connection, the client may receive the keyword query instruction sent by the user, so as to highlight the keyword corresponding to the keyword query instruction in the log data. In addition, for the log data presentation of the multi-copy service, the multi-copy log data can be presented after being combined and sequenced according to time sequence, and the multi-copy log data can be presented in a split screen mode.
The following describes a server log collection system provided by the embodiment of the present application, and the server log collection system described below and the server log collection method described above may be referred to correspondingly.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a server log collection system according to an embodiment of the present application, where the system includes:
a request receiving module 10, configured to receive a log acquisition request from a client;
the log acquisition module 20 is used for calling a log acquisition component to respond to the log acquisition request to obtain log data;
and the log feedback module 30 is used for feeding back the log data to the client through the SSE service connection.
Based on the above embodiment, as a preferred embodiment, the log collection module 20 includes:
the determining module is used for calling a log acquisition component to analyze the log acquisition request and determining a service name corresponding to the log acquisition request;
the acquisition module is used for executing a preset log acquisition operation instruction of a kernel buffer area in the server and acquiring log data corresponding to the service name through a preset channel of the kernel buffer area.
Based on the above embodiment, as a preferred embodiment, if the SSE service connection is provided with an adapter, the request receiving module 10 includes:
the first receiving module is used for receiving the log acquisition request forwarded by the adapter after the adapter receives a preset request instruction of the client.
Based on the above embodiments, as a preferred embodiment, the log feedback module 30 includes:
a sending module, configured to send the log data to the adapter;
the judging module is used for judging whether the log data is a log of single-copy service or not by the adapter;
the first feedback module is used for feeding back the log data to the client when the judging module is yes;
and the second feedback module is used for integrating or sequencing the log data and feeding back the log data to the client when the judging module is negative.
Based on the above embodiments, as a preferred embodiment, the log feedback module 30 includes:
the marking module is used for respectively marking each copy of the log data if the log data are integrated, so as to obtain first log data, and feeding the first log data back to the client; the mark is used for recording the display position and the display sequence of the copy when the client performs split-screen display;
based on the above embodiments, as a preferred embodiment, the marking module includes:
the definition module is used for defining a preset set and configuring a corresponding iterator for each copy in the preset set;
the traversing module is used for traversing the preset set; determining a target copy containing a minimum time stamp in a current preset set in each traversal process, adding a log record corresponding to the minimum time stamp to middle log data, and simultaneously moving an iterator corresponding to the target copy forwards;
and the log output module is used for finishing traversing when the iterators corresponding to all the copies in the preset set are iterated, and taking the intermediate log data as the second log data.
Based on the above embodiment, as a preferred embodiment, further comprising:
the second receiving module is used for receiving the keyword query instruction;
and the display module is used for highlighting the keywords corresponding to the keyword query instruction in the log data.
The present application also provides a computer-readable storage medium having stored thereon a computer program which, when executed, performs the steps provided by the above-described embodiments. The storage medium may include: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The application also provides a server, which can comprise a memory and a processor, wherein the memory stores a computer program, and the processor can realize the steps provided by the embodiment when calling the computer program in the memory. The server may of course also include various network interfaces, power supplies, etc.
In the description, each embodiment is described in a progressive manner, and each embodiment is mainly described by the differences from other embodiments, so that the same similar parts among the embodiments are mutually referred. The system provided by the embodiment is relatively simple to describe as it corresponds to the method provided by the embodiment, and the relevant points are referred to in the description of the method section.
The principles and embodiments of the present application have been described herein with reference to specific examples, the description of which is intended only to facilitate an understanding of the method of the present application and its core ideas. It should be noted that it will be apparent to those skilled in the art that various modifications and adaptations of the application can be made without departing from the principles of the application and these modifications and adaptations are intended to be within the scope of the application as defined in the following claims.
It should also be noted that in this specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, 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 one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.

Claims (8)

1. The method for collecting the server log is characterized in that the server and the client are provided with SSE service connection, and the method comprises the following steps:
receiving a log acquisition request from the client;
calling a log acquisition component to respond to the log acquisition request to obtain log data;
feeding back the log data to the client through the SSE service connection;
wherein the log data fed back to the client through the SSE service connection comprises:
sending the log data to an adapter;
the adapter judges whether the log data is a log of single-copy service or not;
if yes, feeding the log data back to the client;
if not, integrating or sequencing the log data and feeding back to the client;
if the log data are ordered, defining a preset set, and configuring a corresponding iterator for each copy in the preset set;
traversing the preset set; determining a target copy containing a minimum time stamp in a current preset set in each traversal process, adding a log record corresponding to the minimum time stamp to middle log data, and simultaneously moving an iterator corresponding to the target copy forwards;
when the iterators corresponding to all the copies in the preset set are iterated, finishing traversing, taking the intermediate log data as second log data, and feeding back the second log data to the client; the copy sequence is the display sequence of the log data at the client.
2. The method of claim 1, wherein invoking a log collection component in response to the log collection request to obtain log data comprises:
calling a log acquisition component to analyze the log acquisition request and determining a service name corresponding to the log acquisition request;
executing a preset log acquisition operation instruction of a kernel buffer area in the server, and acquiring log data corresponding to the service name through a preset channel of the kernel buffer area.
3. The method of claim 1, wherein receiving a log collection request from a client if an adapter is provided in the SSE service connection comprises:
and after the adapter receives a preset request instruction of the client, receiving a log acquisition request forwarded by the adapter.
4. The method of claim 1, wherein the integrating or sorting the log data and feeding back to the client comprises:
if the log data are integrated, each copy of the log data is marked respectively to obtain first log data, and the first log data are fed back to the client; the mark is used for recording the display position and the display sequence of the copy when the client performs split-screen display.
5. The method of claim 1, wherein after feeding back the log data to the client over the SSE service connection, further comprising:
receiving a keyword query instruction;
and highlighting the keywords corresponding to the keyword query instructions in the log data.
6. The utility model provides a collection system of server log which characterized in that, the server is equipped with SSE service connection with the customer end, includes:
the request receiving module is used for receiving a log acquisition request from a client;
the log acquisition module is used for calling a log acquisition component to respond to the log acquisition request to obtain log data;
the log feedback module is used for feeding back the log data to the client through the SSE service connection;
the log feedback module comprises:
the sending module is used for sending the log data to the adapter;
the judging module is used for judging whether the log data is a log of single-copy service or not by the adapter;
the first feedback module is used for feeding back the log data to the client when the judging module is yes;
the second feedback module is used for integrating or sequencing the log data and feeding back the log data to the client when the judging module is negative;
wherein, the log feedback module includes:
the marking module, if used for ordering the log data, includes:
the definition module is used for defining a preset set and configuring a corresponding iterator for each copy in the preset set;
the traversing module is used for traversing the preset set; determining a target copy containing a minimum time stamp in a current preset set in each traversal process, adding a log record corresponding to the minimum time stamp to middle log data, and simultaneously moving an iterator corresponding to the target copy forwards;
and the log output module is used for finishing traversing when the iterators corresponding to all the copies in the preset set are iterated, and taking the intermediate log data as second log data.
7. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of collecting server logs according to any of the claims 1-5.
8. A server comprising a memory and a processor, wherein the memory has a computer program stored therein, and wherein the processor when calling the computer program in the memory implements the steps of the method for collecting server logs according to any of claims 1-5.
CN202110949589.XA 2021-08-18 2021-08-18 Method, system and related device for collecting server logs Active CN113742172B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110949589.XA CN113742172B (en) 2021-08-18 2021-08-18 Method, system and related device for collecting server logs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110949589.XA CN113742172B (en) 2021-08-18 2021-08-18 Method, system and related device for collecting server logs

Publications (2)

Publication Number Publication Date
CN113742172A CN113742172A (en) 2021-12-03
CN113742172B true CN113742172B (en) 2023-08-15

Family

ID=78731619

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110949589.XA Active CN113742172B (en) 2021-08-18 2021-08-18 Method, system and related device for collecting server logs

Country Status (1)

Country Link
CN (1) CN113742172B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115442226A (en) * 2022-08-01 2022-12-06 远光软件股份有限公司 Log collection method, related device and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110545296A (en) * 2018-05-28 2019-12-06 阿里巴巴集团控股有限公司 Log data acquisition method, device and equipment
CN112732647A (en) * 2021-03-30 2021-04-30 北京优特捷信息技术有限公司 Log searching method, device, equipment and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110545296A (en) * 2018-05-28 2019-12-06 阿里巴巴集团控股有限公司 Log data acquisition method, device and equipment
CN112732647A (en) * 2021-03-30 2021-04-30 北京优特捷信息技术有限公司 Log searching method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN113742172A (en) 2021-12-03

Similar Documents

Publication Publication Date Title
US8069224B2 (en) Method, equipment and system for resource acquisition
CN101902505B (en) Distributed DNS inquiry log real-time statistic device and method thereof
US8732266B2 (en) Managing online composite image content
JP7360395B2 (en) Input and output schema mapping
US20150237113A1 (en) Method and system for file transmission
US8572161B2 (en) Simplifying synchronization of copies of same data used by multiple applications
US8341285B2 (en) Method and system for transferring files
JP2010128877A (en) Web system and method of collecting processing record
CN113032419B (en) Multi-source data aggregation search method, device, equipment and storage medium
CN110427299A (en) Log processing method, relevant device and the system of micro services system application
CN106611000A (en) Method, device and system for searching resource object
CN113742172B (en) Method, system and related device for collecting server logs
US7219125B1 (en) Method and apparatus for masking version differences in applications using a data object exchange protocol
US8230002B2 (en) Method and system for automatic setup in web-based applications
US7860924B2 (en) Method and system for supporting multiple versions of web services standards
CN112783842B (en) Log collection method and device
JP2007200271A (en) Retrieval method and system for retrieving multimedia content in content network
CN114817256A (en) Quick unified storage system of thing networking
CN110740046B (en) Method and device for analyzing service contract
JP3916219B2 (en) Link destination compression system
CN112597119A (en) Method and device for generating processing log and storage medium
CN115190173B (en) Network communication method, device, equipment and storage medium
CN112291312B (en) ETL data synchronization method and device, electronic equipment and storage medium
CN117493274A (en) Cold catalog searching method and device, electronic equipment and storage medium
JPWO2006040991A1 (en) Terminal device, server device, and Web service providing system

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