CN112199229A - Data processing method, device, equipment and storage medium - Google Patents

Data processing method, device, equipment and storage medium Download PDF

Info

Publication number
CN112199229A
CN112199229A CN202011116457.0A CN202011116457A CN112199229A CN 112199229 A CN112199229 A CN 112199229A CN 202011116457 A CN202011116457 A CN 202011116457A CN 112199229 A CN112199229 A CN 112199229A
Authority
CN
China
Prior art keywords
message
server
log information
client
message content
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
CN202011116457.0A
Other languages
Chinese (zh)
Inventor
郭昀霖
阮桂山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Boguan Information Technology Co Ltd
Original Assignee
Guangzhou Boguan Information 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 Guangzhou Boguan Information Technology Co Ltd filed Critical Guangzhou Boguan Information Technology Co Ltd
Priority to CN202011116457.0A priority Critical patent/CN112199229A/en
Publication of CN112199229A publication Critical patent/CN112199229A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0706Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
    • G06F11/0709Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in a distributed system consisting of a plurality of standalone computer nodes, e.g. clusters, client-server systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/079Root cause analysis, i.e. error or fault diagnosis

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Computer Hardware Design (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application provides a data processing method, a data processing device, data processing equipment and a storage medium. The method comprises the following steps: acquiring first log information, wherein the first log information comprises message content received by the client from a server; determining a server message according to message content included in the first log information, and sending the server message to the client; and executing corresponding client operation according to the server message. The method provided by the embodiment of the application can analyze the log, generate the server message and simulate the sending of the server message to reproduce the abnormal scene, so that the reason for the abnormal situation is positioned according to the abnormal scene, and the efficiency and the accuracy are high.

Description

Data processing method, device, equipment and storage medium
Technical Field
The embodiment of the application relates to the technical field of internet, in particular to a data processing method, a data processing device, data processing equipment and a storage medium.
Background
In internet applications, a client and a server often perform frequent and large-scale data communication, and during the communication between the client and the server, the client often has various exceptions or errors, and some errors are caused by data sent by the server.
After the client is abnormal, the reason for the client to be abnormal is usually found to locate the client's abnormality. In the prior art, a technician usually determines an abnormal time when an abnormality occurs in a client, and checks log information before and after the abnormal time, wherein the log information records a message of communication between the client and a server, and the technician analyzes the log information to infer a reason why the abnormality occurs in the client. However, technicians often need to analyze the log information based on personal experience to determine the cause of the anomaly, resulting in inefficient location of the anomaly.
Disclosure of Invention
The embodiment of the application provides a data processing method, a data processing device, data processing equipment and a storage medium, so that the efficiency and the accuracy of abnormal positioning are improved.
In a first aspect, the present application provides a data processing method, including:
acquiring first log information, wherein the first log information comprises message content received by the client from a server;
determining a server message according to message content included in the first log information, and sending the server message to the client;
and executing corresponding client operation according to the server message.
In a second aspect, the present application provides a data processing apparatus comprising:
the client side comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring first log information, and the first log information comprises message content received by the client side from a server and attribute information corresponding to the message content;
the determining module is used for determining the server-side message according to the message content included in the first log information;
the sending module is used for sending the server message to the client;
and the processing module is used for executing corresponding client operation according to the server message.
In a third aspect, the present application provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the method of any one of the first aspect.
In a fourth aspect, an embodiment of the present application provides an electronic device, including:
a processor; and
a memory for storing executable instructions of the processor;
wherein the processor is configured to perform the method of any of the first aspects via execution of the executable instructions.
According to the data processing method, the data processing device, the data processing equipment and the storage medium, log information is acquired, the log information comprises message content received by a client from a server, a server message is constructed according to the message content in the log information, and the server message is simulated to be issued to the client; and corresponding client operation is executed according to the server message to reproduce the abnormal scene, so that abnormal positioning can be quickly carried out according to the abnormal scene, the efficiency is high, the difficulty of the abnormal positioning is reduced, and the accuracy of the abnormal positioning is high.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
Fig. 1 is a schematic diagram of a system architecture according to an embodiment of the present application;
FIG. 2 is a schematic flow chart diagram illustrating an embodiment of a data processing method provided herein;
FIG. 3 is a schematic view of a simulation tool interface according to an embodiment of the method provided herein;
FIG. 4 is a schematic diagram of an embodiment of a data processing apparatus provided in the present application;
fig. 5 is a schematic structural diagram of an embodiment of an electronic device provided in the present application.
With the foregoing drawings in mind, certain embodiments of the disclosure have been shown and described in more detail below. These drawings and written description are not intended to limit the scope of the disclosed concepts in any way, but rather to illustrate the concepts of the disclosure to those skilled in the art by reference to specific embodiments.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
The terms "comprising" and "having," and any variations thereof, in the description and claims of this application and the drawings described herein are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus.
First, an application scenario related to the embodiment of the present application is described.
Fig. 1 is a schematic diagram of a system architecture according to an embodiment of the present application. As shown in fig. 1, the system architecture of the embodiment of the present application may include, but is not limited to: electronic device 11 and server 12. The electronic apparatus 11 includes, for example: user equipment such as cell-phones, panel computer, personal computer.
The electronic device 11 and the server 12 may be connected via a network.
Fig. 1 illustrates an example of an electronic device. The electronic device may be a client-side device for internet applications.
The method provided by the embodiment of the application can be realized by the electronic equipment, such as a processor of the electronic equipment, executing the corresponding software codes, and can also be realized by the electronic equipment through data interaction with the server while executing the corresponding software codes.
In current internet applications, most of the applications are networking applications, a client and a server communicate a large amount of data frequently, various exceptions or errors often occur in the development and test processes of client software or during use, and some errors are caused by server data, for example, the client exception error, such as interface data error, interface disorder, trick-play error, etc., caused by a message sent by the server.
In the related technology, the reason for the abnormality is located through checking the log file and manually analyzing, the input and output operations of the client mostly communicate with the server, the log file records the protocol messages of the communication between the client and the server and records the places where the abnormality may occur, such as the time of the abnormality and the like, and then the programmer locates the reason for the abnormality according to the data log recorded in the log file and the gradual analysis of the abnormal log.
When the client communicates with the server, a large amount of log information can be generated, so that the difficulty of log analysis is greatly increased, time is consumed, and the efficiency is low; secondly, when positioning an anomaly, the log file is generally required to be manually analyzed, an anomaly triggering process is manually simulated by a tester or a designer, an anomaly scene is reproduced, and then the anomaly is positioned. Therefore, in order to quickly locate the cause of the occurrence of the anomaly, the data processing method provided by the embodiment of the application can quickly and conveniently reproduce the anomaly scene to locate the anomaly.
The technical idea of the method of the embodiment of the application is as follows:
by acquiring log information which comprises message content received by a client from a server, constructing a server message according to the log information, and simulating to send the server message to the client; and corresponding client operation is executed according to the server message so as to realize abnormal scene reproduction, and then abnormal positioning is carried out according to the abnormal scene, so that the efficiency and the accuracy are higher.
The technical solution of the present application will be described in detail below with specific examples. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments.
Fig. 2 is a schematic flowchart of an embodiment of a data processing method provided in the present application. As shown in fig. 2, in the method provided in this embodiment, an execution subject of the method may be an electronic device where a client is located or another electronic device, and the method includes:
step 101, obtaining first log information, wherein the first log information comprises message content received by a client from a server.
Specifically, when the client runs, the client usually records a message issued by the server to generate log information, for example, the log information is stored in a log file;
the log information includes logs of a plurality of messages sent by the server.
Alternatively, the format of the log of a message may be defined as follows:
[ major protocol number, sub protocol number ] [ service module name ] [ timestamp ] [ message result ] [ message entity ].
The main protocol number and the sub protocol number are protocol identification IDs defined by communication between the client and the server, the name of the service module corresponds to a specific service module of the client, the timestamp is a timestamp when the client receives a message from the server, the message result is a message identification code returned by the server, for example, 0 indicates that the message is correct, 1 indicates an invalid request, 2 indicates that the parameter is wrong, and the like, and the message entity is the returned specific message content, which may be a lightweight data exchange format (JSON) Object or other well-defined format content.
Wherein the attribute information corresponding to the message content includes at least one of the following: the main protocol number, the sub protocol number, the service module corresponding to the message content, the timestamp of the message content, and the message identification code, that is, each item included in the attribute information is optional, that is, at least one of the message content and the attribute information is included in the log format of one message.
And acquiring first log information from the recorded log information, wherein the first log information comprises message contents received by the client from the server and attribute information corresponding to the message contents, for example, selecting log information in a certain time period or selecting log information corresponding to a certain service module. For example, selecting log information of a time period in which an abnormality occurs, or log information of a service module in which an abnormality occurs. The method of the embodiment of the application can be realized through a log analysis simulation tool, and the log analysis simulation tool can be an application program.
In an embodiment, step 101 may be preceded by setting the client program into debug mode. After the client program is set to the debugging mode, the operation of the log analysis simulation tool can be triggered, the log analysis simulation tool can be provided with a display interface, and a user can simulate the reproduction of an abnormal scene through the display interface. If log information is loaded by the log analysis simulation tool, for example, as shown in fig. 3, a selection log button is clicked to load log information from a certain log path, thereby simulating the reproduction of an abnormal scene.
After the log information is loaded, the tool analyzes the log information, analyzes and processes each row of character strings in the log information to obtain main information of each message content, wherein the main information comprises a main protocol number, a sub protocol number, a message identification code, the message content, a received timestamp and a corresponding service module, such as a service module name, optionally, a mapping relation can be established between the message content and the corresponding service module.
Completion of the parsing may display some information obtained from the parsing to the tool interface. For example, the name of the service module corresponding to the log information in the path, and the timestamp of the first log information and the last log information received by the corresponding service module.
First log information is obtained from the log information, for example, the log information of a certain service module and a certain time period is selected.
And 102, determining a server message according to the message content included in the first log information, and sending the server message to the client.
Specifically, according to the acquired first log information, a server message is constructed, for example, a server message conforming to a protocol format is constructed. The server message may be one or more.
The first log information may be specifically analyzed to obtain at least one message content in the first log information, and then a server message corresponding to each message content is constructed according to the at least one message content, for example, a server message is constructed according to a protocol format of communication between a server and a client; the server message for example comprises at least one of: a main protocol number, a sub protocol number, a service module name, a message result, a message entity and the like.
Furthermore, attribute information corresponding to each message content, such as a timestamp, a service module corresponding to the message content, a main protocol number, a sub-protocol number, a message identification code, and the like, may also be obtained. At least one message content and attribute information corresponding to each message content can be utilized when constructing the server message.
And simulating to send the server message to the client.
And 103, executing corresponding client operation according to the server message.
Specifically, when receiving the server message sent in a simulated manner, the client triggers execution of corresponding client operations, for example, the client operations include at least one of the following: page refreshing, special effect playing and page error reporting.
The client side operation is executed, namely, the client side is triggered to generate response, so that the reproduction of abnormal scenes is realized, for example, abnormal error report, interface data error, interface disorder, special effect playing error and the like of the client side caused by the server side information can be shown in time, and the reproduction of the abnormal scenes is finished.
In the method of the embodiment, log information is acquired, wherein the log information comprises message content received by a client from a server, a server message is constructed according to the message content in the log information, and the server message is simulated to be issued to the client; and corresponding client operation is executed according to the server message to reproduce the abnormal scene, so that abnormal positioning can be quickly carried out according to the abnormal scene, the efficiency is high, the difficulty of the abnormal positioning is reduced, and the accuracy of the abnormal positioning is high.
On the basis of the foregoing embodiment, further, the method of this embodiment further includes:
and carrying out abnormal positioning according to the result of the client operation.
Specifically, each server message triggers a response of the client corresponding to the service module, i.e., corresponding client operations are executed, and the client operations generate corresponding feedback, such as client exception error report, interface data error, interface disorder, trick play error, and the like caused by the server message data, which can be expressed in time, i.e., scene reproduction is completed. Thereby locating the server message that caused the exception.
For example, the information of the exception positioning result, such as the information of the corresponding server message, the corresponding service module, the executed client operation, etc. when the exception occurs, may also be generated.
In an embodiment, step 101 may be specifically implemented as follows:
determining simulation parameters, wherein the simulation parameters comprise at least one of the following parameters: identification of the target service module, or a simulation time period;
and acquiring the first log information from the second log information according to the simulation parameters and the attribute information corresponding to each message content in the second log information.
Specifically, in order to improve the processing efficiency, scene reproduction is not required to be performed on message contents in all log information recorded by the client, that is, only part of the log information needs to be acquired to perform scene reconstruction.
Firstly, simulation parameters, such as a service module that is frequently abnormal, a service module that is recently abnormal, or a time period in which abnormality is likely to occur, need to be determined, and the time period in which abnormality is likely to occur may be different for each service module.
I.e. the simulation parameters comprise at least one of: identification of the target traffic module and the simulation period.
For example, a time period of 6-311:28 to 6-317:00 is selected as the simulation period.
The selected simulation time period can be adjusted according to the time period corresponding to the scene needing to be reproduced, and the situation that the scene reproduction time is too long due to too long time period is avoided.
In an embodiment, the simulation parameters include an identifier of the target service module and a simulation time period, and the message content included in the first log information is: and the client receives the message content corresponding to the target service module in the simulation time period.
For example, a target service module to be simulated can be selected from a log analysis simulation tool, a time period to be simulated is set, a simulation button of the tool is operated, the tool can automatically acquire log information corresponding to simulation parameters, then server-side information is constructed, and simulation transmission is performed, so that abnormal scene reproduction is realized.
As shown in fig. 3, the completion of the log analysis refreshes the log information after the analysis is completed to the tool interface. The name of the service module is mainly used, and the timestamp corresponds to the first log information and the last log information received by the service module.
In the above embodiment, the log of the communication message between the client and the server can be automatically analyzed to obtain the log information for scene reproduction, where the log information includes the message content received by the client from the server, so as to reproduce an abnormal scene according to the log information, and further perform abnormal positioning quickly according to the abnormal scene, so that the efficiency is high, the difficulty of abnormal positioning is reduced, and the accuracy of abnormal positioning is also high.
In an embodiment, the step 102 of "determining the server-side message" may be implemented as follows:
analyzing the first log information to obtain at least one message content and attribute information corresponding to each message content;
and determining the server side message corresponding to each message content according to at least one message content and the attribute information corresponding to each message content.
Specifically, the log of each message in the first log information is analyzed to obtain the message content of each message, and attribute information corresponding to each message content, such as a timestamp, a service module corresponding to the message content, a main protocol number, a sub-protocol number, a message identification code, and the like.
And generating a server message corresponding to each message content according to the message content and the attribute information corresponding to each message content and a corresponding format, for example, a format according to a corresponding protocol of server client communication.
In an embodiment, the number of the server messages is multiple, and "sending the server message to the client" in step 102 may be implemented by:
and sending a plurality of server messages to the client according to a preset time interval.
Specifically, the preset time interval may be determined according to a time stamp of each message content in the first log information, that is, the time interval of the adjacently sent server message is calculated according to the adjacent server message time stamp, or may be according to a default time interval. The time interval for message distribution may be set to 10 messages every 30 milliseconds, for example.
And simulating and distributing the server messages in a time-sharing mode in sequence according to the time intervals of the adjacent server messages.
And the corresponding service module responds after receiving the server message, namely executes the corresponding client operation, and then makes corresponding feedback, such as interface refreshing, special effect playing and the like, according to the executed client operation, and if an exception occurs, the scene reappearance can be directly expressed, namely the scene reappearance is completed.
In the above embodiment, according to the log information obtained by analysis, a server message is constructed, and the server message is simulated to be issued to the client; and corresponding client operation is executed according to the server message so as to restore the client scene and reproduce the abnormal scene, so that abnormal positioning can be rapidly carried out according to the abnormal scene, the efficiency is higher, the difficulty of the abnormal positioning is reduced, and the accuracy of the abnormal positioning is higher.
Fig. 4 is a structural diagram of an embodiment of a data processing apparatus provided in the present application, and as shown in fig. 4, the data processing apparatus of the present embodiment includes:
an obtaining module 401, configured to obtain first log information, where the first log information includes message content received by the client from a server;
a determining module 402, configured to determine a server message according to message content included in the first log information;
a sending module 403, configured to send the server message to the client;
and the processing module 404 is configured to execute a corresponding client operation according to the server message.
In a possible implementation manner, the obtaining module 401 is specifically configured to:
determining simulation parameters, wherein the simulation parameters comprise at least one of the following parameters: identification and simulation time period of the target service module;
and acquiring the first log information from the second log information according to the simulation parameters and the attribute information corresponding to each message content in the second log information.
In a possible implementation manner, the simulation parameter includes an identifier of a target service module and a simulation time period, and the message content included in the first log information is: and the client receives the message content corresponding to the target service module in the simulation time period.
In one possible implementation manner, the attribute information includes at least one of the following information: the timestamp of the message content, the service module corresponding to the message content, the main protocol number, the sub-protocol number and the message identification code.
In a possible implementation manner, the determining module 402 is specifically configured to:
analyzing the first log information to obtain at least one message content and attribute information corresponding to each message content;
and determining a server message corresponding to each message content according to the at least one message content and the attribute information corresponding to each message content.
In a possible implementation manner, the number of the server messages is multiple; the sending module 403 is specifically configured to:
and sending a plurality of server messages to the client according to a preset time interval.
In a possible implementation manner, the processing module 404 is further configured to:
and carrying out abnormal positioning according to the result of the client operation.
The apparatus of this embodiment may be configured to implement the technical solutions of the above method embodiments, and the implementation principles and technical effects are similar, which are not described herein again.
Fig. 5 is a block diagram of an embodiment of an electronic device provided in the present application, and as shown in fig. 5, the electronic device includes:
a processor 501, and a memory 502 for storing executable instructions for the processor 501.
Optionally, the method may further include: the input device 503 may receive input data, for example, receive a server message, and the output device 504 may transmit data to other devices, for example, transmit data to a server.
The above components may communicate over one or more buses.
The processor 501 is configured to execute the corresponding method in the foregoing method embodiment by executing the executable instruction, and the specific implementation process of the method may refer to the foregoing method embodiment, which is not described herein again.
The embodiment of the present application further provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the method in the foregoing method embodiment is implemented.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (10)

1. A method of data processing, the method comprising:
acquiring first log information, wherein the first log information comprises message content received by a client from a server;
determining a server message according to message content included in the first log information, and sending the server message to the client;
and executing corresponding client operation according to the server message.
2. The method of claim 1, wherein obtaining first log information comprises:
determining simulation parameters, wherein the simulation parameters comprise at least one of the following parameters: identification and simulation time period of the target service module;
and acquiring the first log information from the second log information according to the simulation parameters and the attribute information corresponding to each message content in the second log information.
3. The method according to claim 2, wherein the simulation parameters include identification of a target service module and a simulation time period, and the message content included in the first log information is: and the client receives the message content corresponding to the target service module in the simulation time period.
4. The method according to claim 2 or 3, wherein the attribute information comprises at least one of the following information: the timestamp of the message content, the service module corresponding to the message content, the main protocol number, the sub-protocol number and the message identification code.
5. The method according to any one of claims 1-3, wherein determining a server message from message content included in the first log information comprises:
analyzing the first log information to obtain at least one message content and attribute information corresponding to each message content;
and determining a server message corresponding to each message content according to the at least one message content and the attribute information corresponding to each message content.
6. The method of claim 5, wherein the number of the server messages is plural; sending the server message to the client, including:
and sending a plurality of server messages to the client according to a preset time interval.
7. The method according to any one of claims 1-3, wherein after the performing the corresponding client operation according to the server message, further comprising:
and carrying out abnormal positioning according to the result of the client operation.
8. A data processing apparatus, comprising:
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring first log information which comprises message content received by a client from a server;
the determining module is used for determining the server-side message according to the message content included in the first log information;
the sending module is used for sending the server message to the client;
and the processing module is used for executing corresponding client operation according to the server message.
9. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the method of any one of claims 1 to 7.
10. An electronic device, comprising:
a processor; and
a memory for storing executable instructions of the processor;
wherein the processor is configured to perform the method of any of claims 1-7 via execution of the executable instructions.
CN202011116457.0A 2020-10-19 2020-10-19 Data processing method, device, equipment and storage medium Pending CN112199229A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011116457.0A CN112199229A (en) 2020-10-19 2020-10-19 Data processing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011116457.0A CN112199229A (en) 2020-10-19 2020-10-19 Data processing method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112199229A true CN112199229A (en) 2021-01-08

Family

ID=74010254

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011116457.0A Pending CN112199229A (en) 2020-10-19 2020-10-19 Data processing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112199229A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114826879A (en) * 2022-03-11 2022-07-29 北京达佳互联信息技术有限公司 Log transmission method, device and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001031415A2 (en) * 1999-10-25 2001-05-03 Sanctum Ltd. Method and system for verifying a client request
CN102761453A (en) * 2011-04-26 2012-10-31 腾讯科技(深圳)有限公司 Method for testing availability of client and client
CN108874612A (en) * 2017-05-09 2018-11-23 腾讯科技(深圳)有限公司 A kind of method of acquisition of information, relevant device and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001031415A2 (en) * 1999-10-25 2001-05-03 Sanctum Ltd. Method and system for verifying a client request
CN102761453A (en) * 2011-04-26 2012-10-31 腾讯科技(深圳)有限公司 Method for testing availability of client and client
CN108874612A (en) * 2017-05-09 2018-11-23 腾讯科技(深圳)有限公司 A kind of method of acquisition of information, relevant device and system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114826879A (en) * 2022-03-11 2022-07-29 北京达佳互联信息技术有限公司 Log transmission method, device and system
CN114826879B (en) * 2022-03-11 2024-01-23 北京达佳互联信息技术有限公司 Log transmission method, device and system

Similar Documents

Publication Publication Date Title
US10204035B1 (en) Systems, methods and devices for AI-driven automatic test generation
CN111159049B (en) Automatic interface testing method and system
CN109582588B (en) Test case generation method and device and electronic equipment
US9118549B2 (en) Systems and methods for context management
CN112631846B (en) Fault drilling method and device, computer equipment and storage medium
CN111045952A (en) Software testing method, flow playback device, terminal equipment and readable storage medium
CN108268364A (en) Anomalous event back method, device and equipment
CN110833693B (en) Game running method and device, storage medium and electronic device
JPWO2012014284A1 (en) Test scenario generation method, test scenario generation system, and test scenario generation program
CN111190827A (en) Interface automation test method and device, storage medium and electronic equipment
CN112306881A (en) Simulation data generation method, device, equipment and storage medium
CN112559348B (en) Test analysis method, system, equipment and medium based on jacoco
CN106815142A (en) A kind of method for testing software and system
CN114003451B (en) Interface testing method, device, system and medium
CN106682910B (en) Information processing method, system and related equipment
CN108052440A (en) To the modification method of operation system operation logic, device, equipment and storage medium
EP1780946A1 (en) Consensus testing of electronic system
CN114564387A (en) Scene type automatic testing method and system for OpenStack cloud platform
CN112199229A (en) Data processing method, device, equipment and storage medium
CN116909800A (en) Method and device for locating crash information and storage medium
CN115276844B (en) Communication module testing method and device, storage medium and electronic equipment
CN115269415A (en) Interface test system and method based on simulation scene use case
CN115878448A (en) Database test method, distributed database and storage medium
CN113495750B (en) Upgrade detection method and device for equipment and server
CN114416420A (en) Equipment problem feedback method and 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