CN111124815A - Log checking method, device, equipment and storage medium - Google Patents

Log checking method, device, equipment and storage medium Download PDF

Info

Publication number
CN111124815A
CN111124815A CN201911235970.9A CN201911235970A CN111124815A CN 111124815 A CN111124815 A CN 111124815A CN 201911235970 A CN201911235970 A CN 201911235970A CN 111124815 A CN111124815 A CN 111124815A
Authority
CN
China
Prior art keywords
log
search
server
terminal
checked
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
CN201911235970.9A
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.)
JD Digital Technology Holdings Co Ltd
Original Assignee
JD Digital Technology Holdings 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 JD Digital Technology Holdings Co Ltd filed Critical JD Digital Technology Holdings Co Ltd
Priority to CN201911235970.9A priority Critical patent/CN111124815A/en
Publication of CN111124815A publication Critical patent/CN111124815A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/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/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis

Landscapes

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

Abstract

The embodiment of the application discloses a log viewing method, a log viewing device, log viewing equipment and a storage medium, wherein the method comprises the following steps: the method comprises the steps that a server receives a search request sent by a first terminal, wherein the search request carries search parameters; determining a log to be checked from log data stored in the log to be checked according to the search parameter and a pre-loaded search function; and sending the log to be checked to the first terminal.

Description

Log checking method, device, equipment and storage medium
Technical Field
The present application relates to the technical field of computer applications, and relates to, but is not limited to, a method, an apparatus, a device, and a storage medium for viewing a log.
Background
The test environment is a general term for computer hardware, software, network equipment and historical data necessary for completing software test work, and is an environment for testing after project development is completed and before the project is uploaded to an online environment. The logs of the test environment are frequently checked in the whole project process, and related technical personnel and business personnel can search various data information such as the reason of the problem, key data or joint debugging fields and the like from the logs to locate and confirm the problem. Therefore, how to quickly and barrier-free acquire the test environment log indirectly influences whether the iterative online time can be delivered or completed on time, whether the test environment log is quickly acquired or not, and even strong evidence for tracing the accident reason.
The existing open source log system is huge and is not suitable for environment deployment with a small number of test environment servers. Moreover, when the server is connected through a Secure Shell protocol (SSH) to check the log of the test environment, if there is authority control, the server needs to be accessed by applying authority first, and then the log of the test environment can be checked, and meanwhile, the operation of checking the log of the test environment by using the open source log system is complex and the time cost is high.
Disclosure of Invention
In view of this, embodiments of the present application provide a log viewing method, apparatus, device, and storage medium.
The technical scheme of the application is realized as follows:
in a first aspect, an embodiment of the present application provides a log viewing method, where the method includes:
receiving a search request sent by a first terminal, wherein the search request carries search parameters;
determining a log to be checked from log data stored in the log to be checked according to the search parameter and a pre-loaded search function;
and sending the log to be checked to the first terminal.
In a second aspect, an embodiment of the present application provides a log viewing method, where the method includes:
acquiring search parameters for searching a log to be checked;
responding to an operation instruction for searching the log to be checked, and sending a search request to a server, wherein the search request carries the search parameters;
and receiving and outputting a log to be checked sent by the server, wherein the log to be checked is determined by the server according to the search parameters and a pre-loaded search function.
In a third aspect, an embodiment of the present application provides a log viewing apparatus, where the apparatus includes:
the first receiving module is used for receiving a search request sent by a first terminal, wherein the search request carries search parameters;
the first determining module is used for determining the log to be checked from the log data stored in the first determining module according to the search parameter and the pre-loaded search function;
and the first sending module is used for sending the log to be checked to the first terminal.
In a fourth aspect, an embodiment of the present application provides a log viewing apparatus, where the apparatus includes:
the first acquisition module is used for acquiring search parameters for searching the log to be viewed;
the second sending module is used for responding to an operation instruction for searching the log to be checked and sending a search request to the server, wherein the search request carries the search parameters;
and the second receiving module is used for receiving and outputting the log to be checked sent by the server, and the log to be checked is determined by the server according to the search parameters and the pre-loaded search function.
In a fifth aspect, the present application provides a log viewing device, including:
a memory for storing executable instructions;
and the processor is used for realizing the log viewing method when executing the executable instructions stored in the memory.
In a sixth aspect, the present application provides a storage medium storing executable instructions for causing a processor to implement the log viewing method described above when executed.
The embodiment of the application provides a log viewing method, a log viewing device, log viewing equipment and a storage medium, wherein a first terminal acquires search parameters for searching a log to be viewed, responds to an operation instruction of the search log and sends a search request to a server, and the search request carries the search parameters; the server receives a search request sent by a first terminal, determines a log to be checked from log data stored in the server according to the search parameter and a search function loaded in advance, and sends the log to be checked to the first terminal; and the first terminal receives and outputs the log to be checked sent by the server. In the embodiment of the application, an open source log system is not required to be deployed, the first terminal accesses the log service on the server through the application to be tested and the log service deployed on the same server, log checking is achieved, and the problems that in the prior art, when the open source log system is deployed, the difficulty is large, the cost is high, the speed is low, and operation is complex when the log is checked are solved.
Drawings
Fig. 1 is a schematic network architecture diagram of a log viewing method according to an embodiment of the present application;
fig. 2 is a schematic flow chart of an implementation of the log viewing method according to the embodiment of the present application;
fig. 3 is a schematic flow chart of another implementation of the log viewing method according to the embodiment of the present application;
fig. 4 is a schematic flowchart of another implementation flow of the log viewing method according to the embodiment of the present application;
fig. 5 is a schematic flowchart of still another implementation flow of the log viewing method according to the embodiment of the present application;
fig. 6 is a schematic flowchart of still another implementation flow of the log viewing method according to the embodiment of the present application;
FIG. 7 is a schematic interface diagram of a search function obtained by a server according to an embodiment of the present application;
fig. 8 is an interface schematic diagram of a display log viewing page output by a first terminal according to the embodiment of the present application;
fig. 9 is an interface schematic diagram of a search parameter acquired by a first terminal according to an embodiment of the present application;
fig. 10 is an interface schematic diagram of a log to be viewed output by a first terminal according to an embodiment of the present application;
fig. 11 is a schematic structural diagram of a log viewing apparatus according to an embodiment of the present application;
fig. 12 is a schematic structural diagram of a log viewing device according to an embodiment of the present application.
Detailed Description
In order to make the objectives, technical solutions and advantages of the present application clearer, the present application will be described in further detail with reference to the attached drawings, the described embodiments should not be considered as limiting the present application, and all other embodiments obtained by a person of ordinary skill in the art without creative efforts shall fall within the protection scope of the present application.
In the following description, reference is made to "some embodiments" which describe a subset of all possible embodiments, but it is understood that "some embodiments" may be the same subset or different subsets of all possible embodiments, and may be combined with each other without conflict.
In the following description, references to the terms "first \ second \ third" are only to distinguish similar objects and do not denote a particular order, but rather the terms "first \ second \ third" are used to interchange specific orders or sequences, where appropriate, so as to enable the embodiments of the application described herein to be practiced in other than the order shown or described herein.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs. The terminology used herein is for the purpose of describing embodiments of the present application only and is not intended to be limiting of the application.
In order to better understand the embodiments of the present application, a description is first given of a log viewing method and existing disadvantages in the related art.
In general project development, environments which are commonly used and must exist include a test environment, an online environment and the like. The test environment is responsible for testing whether the functional module is available, and performing conventional test verification work such as upstream and downstream or intermodule joint debugging test. And when the test environment is determined to be trouble-free, deploying the test environment to the online environment. The logs of the test environment are frequently checked in the whole project process, and related technical personnel and business personnel can search various data information such as the reason of the problems, key data or joint debugging fields and the like from the logs so as to locate the problems and confirm the reasons of the problems. Therefore, the log of the test environment can be rapidly and freely acquired, whether the online time of iteration can be delivered or completed on schedule or not can be indirectly influenced, and even strong evidence for tracing the accident reason can be obtained.
In the related art, the existing open-source log system is bulky, and when the number of applications involved in a test environment is small, a set of bulky log system is deployed, and the log system is small in size and high in deployment cost and time cost. For a small number of applications involved in a test environment, many existing methods do not deploy a log system, which is not favorable for online projects. Moreover, when the log system is deployed, for testers with weak technology, the difficulty of learning is high, the operation is complex, and the time cost is high when one set of log system is deployed.
In the related art, when the test environment log system is deployed, the conventional test environment log viewing manner is to connect a server to view a log in a direct SSH manner. The method has the problems of poor real-time performance and permission. For example, the following steps are carried out: the test environment joint debugging tests are more, the joint debugging party needs to check the logs, the newly accessed application joint debugging possibly has no SSH authority so that the logs cannot be checked, and the logs can be checked only after log files are provided for the newly accessed application joint debugging by people with the authority, so that the working efficiency is greatly reduced. Moreover, for testers with weak technology, the operation of checking the test environment log by using the open source log system is complex and difficult.
Based on the above problems, the embodiment of the application provides a log viewing method, an application to be tested and a log service are deployed on one server at the same time, log data are stored on the server, a user terminal accesses the server based on a Web service, not only can server resources be saved, but also the log is not controlled by the authority of SSH any more, log resource sharing is realized, the user can access the log service through a terminal browser in time to view the log, the log can be viewed without complex operation, the testing time is saved, and great convenience is brought to testing.
An exemplary application of the apparatus implementing the embodiment of the present application is described below, and the apparatus provided in the embodiment of the present application may be implemented as a terminal device. In the following, exemplary applications covering terminal devices when the apparatus is implemented as a terminal device will be explained.
Referring to fig. 1, fig. 1 is a schematic diagram of a network architecture of a log viewing method provided in an embodiment of the present application, and as shown in fig. 1, the network architecture at least includes a configuration terminal 100, a server 200, a network 300, and an access terminal 400. To enable support of an exemplary application, the terminal 100 is configured to connect to the server 200 via the network 300, and the access terminal 400 connects to the server 200 via the network 300, where the network 300 may be a local area network.
When the configuration user inputs the search function through the configuration terminal 100, the search function is uploaded to the server 200 through the network 300 and loaded into the log service of the server 200, thereby completing the configuration. When a user initiates a connection request for connecting the server 200 to the server 200 through the access terminal 400, the server 200 determines and sends response information to the access terminal 400 according to the connection request, the access terminal 400 outputs a log viewing page according to the response information, the user inputs a search parameter of a log to be viewed in a graphical control included in the log viewing page, the access terminal 400 uploads the search parameter to the server 200, the server 200 obtains the log to be viewed from log data stored in the server 200 based on the search parameter and a search function loaded in advance, the log to be viewed is sent to the access terminal 400, and the access terminal 400 outputs the log to be viewed so that the user can view the log.
Various exemplary implementations of the log viewing method provided by the embodiments of the present application are described below.
Referring to fig. 2, fig. 2 is a schematic flow chart of an implementation of a log viewing method provided in an embodiment of the present application, which is applied to a server in the network architecture shown in fig. 1, and will be described with reference to the steps shown in fig. 2.
Step S201, receiving a search request sent by a first terminal.
The search request carries search parameters.
The first terminal in this embodiment may be an access terminal in the network architecture shown in fig. 1.
When a test stage is carried out after project development is completed, a tester only needs to deploy an application to be tested in a server without deploying an open source log system of a test environment, and simultaneously deploys a log service for recording a test log of the application to be tested in the server. When a user (such as a tester, a developer or an operator) needs to check a log of an application to be tested, a search request is sent to the server through the first terminal to access a log service on the server, and the search request carries search parameters determined by the user of the first terminal according to the log content the user wants to check.
The number of search parameters may be one or more. When the search parameter is plural, it may be of different types, for example: the type of search parameter may be one or more of keyword, time, log rating, or other type.
In practical application, a tester who deploys the application to be tested on the server and a user of the first terminal who performs log viewing may be the same user or different users.
Step S202, determining the log to be checked from the log data stored in the log to be checked according to the search parameter and the search function loaded in advance.
The application to be checked is deployed in the server, when a user tests the application, the server stores the test log as log data, and when the server receives a search request, according to search parameters carried by the search request and a pre-loaded search function, the log data matched with the search parameters and the search function is searched in the log data stored in the server, so that the log to be checked, which is required to be checked by the user, is obtained.
The search function in this embodiment may specifically be written in any form of programming language (including compiled or interpreted languages, or declarative or procedural languages) in the form of program, software module, script, or code, and when loaded into the log service, may be loaded as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.
Step S203, the log to be checked is sent to the first terminal.
And the server responds to the search request and sends the obtained log to be viewed, which is desired to be viewed by the user, back to the first terminal, and the first terminal displays the log to be viewed so as to facilitate the user of the first terminal to view the log.
In the log viewing method provided by the embodiment of the application, a server receives a search request sent by a first terminal, wherein the search request carries search parameters; determining a log to be checked from log data stored in the log to be checked according to the search parameter and a pre-loaded search function; the log to be checked is sent to the first terminal, an open source log system does not need to be deployed, the log to be checked is accessed by the first terminal through the application to be tested and the log service deployed on the same server and the log service deployed on the server, log checking is achieved, deployment difficulty is small, cost is low, speed is high, and complexity of log checking operation of a user is reduced. .
In some embodiments, step S202 "determining the log to be viewed from the log data stored in the step S202" according to the search parameter and the pre-loaded search function "shown in fig. 2 may be implemented by steps S2021 to S2023 described below, which are described below in conjunction with each step.
Step S2021, determining a search condition according to the search parameter and the search function.
The server is pre-loaded with a search function, and a search position is defined in the search function, namely the position of the log data stored in the server, but the search keyword is not defined. After receiving the search parameter, the search parameter may be substituted into the search function as a search key to obtain a search condition for searching in the log data.
For example, the search parameter is a keyword risk, a start time of 8 points at 07/22/2019 and an end time of 23 points at 22/07/2019, the search function defines a search position of/home/wy/www/jrs-designer.wangyin.com/logs/catallina.out, and the search condition is grep ' risk,% s | awk-F ' [,: ] "$ 2>, (2019/07/22/08/00/00 & & $2 & ═ 2019/07/22/23/00/00 ').
Step S2022, extracts target log data that meets the search condition from the log data stored in the device itself.
And the server searches and searches in the log data stored when testing the application to be tested according to the search condition to obtain target log data meeting the search condition.
Step S2023, analyzing the target log data, and determining an obtained analysis result as a log to be viewed.
In order to facilitate the user of the first terminal to check and understand and send the data to the first terminal in a mode according with the habit of the user, the server analyzes the extracted target log data to obtain an analysis result, and further determines the analysis result as a log to be checked.
The server determines the log to be checked according to the search parameters acquired from the first terminal and the pre-loaded search function, an open source log system does not need to be deployed, deployment cost and time are saved, the log to be checked which is required by the first terminal user is obtained through the application to be tested and the log service which are deployed on the server, and difficulty in checking the log of the test environment is reduced.
In some embodiments, as shown in fig. 3, before step S201, step S311 may be further performed to obtain and load the search function sent by the second terminal.
The second terminal may be a configuration terminal in the network architecture shown in fig. 1. In practical applications, the first terminal and the second terminal may be the same terminal. Of course, the user of the first terminal and the user of the second terminal may also be the same user.
Before a user views test environment log data of an application to be tested, a search function needs to be uploaded and loaded in a log service of a server. The user who carries out the uploading and loading operation can be a tester, and can also be other users. The uploading and loading time may be any time after the server is deployed for the application to be tested and the log service and before the user of the first terminal sends the search request. If the server uploads or loads the log after the user of the first terminal sends the search request, the server fails to search due to lack of the search function, and the search request for checking the log sent by the user of the first terminal fails to request the log and cannot check the log.
The server can complete the search function acquisition and the search function loading at the same time, or can acquire the search function first and load the search function after receiving the search request sent by the first terminal.
In a specific implementation manner, in this embodiment, the server loads the search function while acquiring the search function, and after receiving the search request, the server can immediately perform the search, thereby reducing the time for the user to wait for the server to search for a response.
When the loading mode is adopted after the search request sent by the first terminal is received, the loading of the search function is only carried out when the search request is received for the first time, and if the search request sent by the same first terminal or the search requests sent by other first terminals are received again, the reloading is not needed due to the fact that the loading is already carried out.
In some embodiments, as shown in fig. 3, before step S201, after step S311, the following steps may also be performed:
step S321, receiving a connection request sent by the first terminal.
And the connection request is used for connecting a server to acquire the log to be viewed.
Before sending the search request to the server, the first terminal needs to establish a connection with the server, and specifically, the first terminal sends a connection request for connecting to the server. The connection request may be an access address, which is obtained by the user of the first terminal from a search function uploaded by the second terminal in advance or from the user of the second terminal.
Step S322, determining response information according to the connection request, and sending the response information to the first terminal.
And the server determines response information according to the access address of the connection request, wherein the response information carries data of a log viewing page displaying the log to be viewed. The server sends the response information to the first terminal, and the first terminal analyzes and renders data of the log viewing page carried by the response information and outputs the log viewing page, so that a user of the first terminal inputs search parameters in a graphical control of the log viewing page.
The server sends the response information carrying the log viewing page data to the first terminal through the connection request sent by the first terminal, so that a page for inputting search parameters is provided for a user of the first terminal, the operation of viewing the log by the user is simplified, and the operation difficulty of viewing the log is reduced.
Based on the foregoing embodiment, an embodiment of the present application further provides a log viewing method, which is applied to an access terminal in a network architecture shown in fig. 1, and fig. 4 is a schematic diagram of another implementation flow of the log viewing method provided in the embodiment of the present application, as shown in fig. 4, the method includes:
step S401, obtaining a search parameter for searching the log to be viewed.
When a user of the first terminal wants to check a test log of a test environment, determining a search parameter according to the content of the log which the user wants to check, and acquiring the search parameter by the first terminal.
Step S402, responding to an operation instruction for searching the log to be checked, and sending a search request to a server.
Wherein the search request carries the search parameter.
And after the first terminal obtains the search parameters determined according to the log to be checked, determining a search request according to the search parameters. And after the user searches the log to be checked, sending the search request to the server.
In a specific implementation manner, the operation of searching the log to be checked may be a click operation performed by the user on the first terminal, and correspondingly, the operation instruction of searching the log to be checked is an operation instruction triggered after the click operation performed by the user.
Step S403, receiving and outputting the log to be checked sent by the server.
And the log to be checked is determined by the server according to the search parameters and the pre-loaded search function.
After receiving the search request, the server determines a log to be checked from log data of a test environment stored in the server according to search parameters carried in the search request and a pre-loaded search function, and the first terminal receives and displays the log to be checked.
In the log viewing method provided by the embodiment of the application, a first terminal obtains a search parameter for searching a log to be viewed; the method comprises the steps of responding to an operation instruction for searching logs to be checked, sending a search request to a server, wherein the search request carries search parameters, so that the server can determine the logs to be checked according to the search parameters and a pre-loaded search function, and then a first terminal receives and outputs the logs to be checked sent by the server.
In some embodiments, step S401 "acquiring search parameters for searching a log to be viewed" shown in fig. 4 may be implemented by steps S4011 to S4014 described below, which are described below in conjunction with the respective steps:
step S4011, in response to the operation instruction to connect to the server, sends a connection request to the server.
And the user of the first terminal acquires a connection request for connecting the server from the search function uploaded by the second terminal or the user of the second terminal in advance, and performs operation of connecting the server. In a possible implementation manner, the operation instruction for searching the log to be viewed may be an instruction triggered by clicking a search control by a user.
In a specific implementation, the connection request of this embodiment may be an access website, the user inputs the access website in a browser of the first terminal through voice, text, or other methods, enters an enter key, determines that the user sends an operation instruction to connect to the server, and the first terminal sends the connection request to the server.
Step S4012, receiving response information determined by the server according to the connection request.
The server receives the connection request sent by the first terminal, and determines response information, wherein the response information carries data of a log viewing page displaying a log to be viewed.
And step S4013, outputting a log viewing page according to the response information.
Wherein the log view page includes a graphical control for entering search parameters.
And the first terminal analyzes and renders the data of the log viewing page displaying the log to be viewed, which is carried by the response information, to obtain the log viewing page displayed on the display screen of the first terminal. And a graphic control for inputting search parameters is displayed on the log viewing page so as to receive the search parameters determined by the user according to the log which the user wants to view. The graphical control for entering search parameters may be an input box. In order to facilitate the input of the user, when the search parameter is multiple, prompt information of the search parameter can be further displayed on the log viewing page so as to distinguish the multiple search parameters.
Meanwhile, the log viewing page may further include a graphical control for performing a search operation to receive an operation instruction of connecting to the server by the user. The graphical control for conducting the search operation may be a control that confirms the search.
And S4014, based on the graphic control, obtaining a search parameter for searching the log to be viewed.
And acquiring search parameters according to fields input by a user in a graphic control of the log viewing page. And after the user searches the log to be checked, carrying the search parameters in the search request and sending the search request to the server.
In the method for obtaining the search parameter for searching the log to be checked provided by this embodiment, the first terminal sends the connection request to the server by responding to the operation instruction of the connection server, receives the response information determined by the server according to the connection request, outputs the log checking page according to the response information, and obtains the search parameter for searching the log to be checked based on the graphic control, so that the obtaining of the search parameter for searching the log data of the application to be tested is realized, and the user can check the log only by inputting the connection address and the search parameter of the connection server, thereby reducing the operation complexity for checking the log of the testing environment and reducing the searching difficulty.
In some embodiments, as shown in fig. 5, before step S402, the following steps may also be performed:
step S511, determining whether the search parameter satisfies a preset condition.
Since the obtained search parameter (for example, a field input by a user in a graphic control of a log view page may be input randomly) does not conform to the format, type, and other conditions of the search parameter, before sending a search request to a server, it is determined whether the obtained search parameter satisfies a preset condition. The preset condition may be information carried in response information sent by the server to the first terminal, so as to ensure that the search parameter received by the server meets the requirement of the search condition.
And when the acquired search parameters meet the preset conditions, the first terminal sends a search request to the server. When the acquired search parameter does not satisfy the preset condition, the process proceeds to step S512.
And step S512, outputting prompting information of parameter input errors.
And when the search parameter does not meet the preset condition, the first terminal displays prompt information to remind a user of parameter input errors. Optionally, the preset conditions and/or examples may be displayed at the same time, so as to prompt the user to input the search parameters again according to the preset conditions. Then, returning to execute step S401, the search parameter for searching the log to be viewed is acquired again.
Before sending a search request to a server, judging whether the acquired search parameters meet preset conditions or not, ensuring that the search parameters received by the server meet the requirements of the search conditions, and avoiding the problem that logs cannot be checked because the search parameters input by a user do not meet the preset conditions.
Based on the foregoing embodiment, an embodiment of the present application further provides a log viewing method, which is applied to the network architecture shown in fig. 1, fig. 6 is a schematic diagram of another implementation flow of the log viewing method according to the embodiment of the present application, and as shown in fig. 6, the method includes:
step S601, the second terminal obtains a search function.
Here, the search function may be a program, software, a software module, a script, or code that the user of the second terminal inputs and saves.
Step S602, the second terminal sends the search function to the server.
Step S603, the server obtains and loads the search function sent by the second terminal.
In step S604, the first terminal obtains an operation instruction for connecting to the server.
Here, the operation instruction of the connection server may be an instruction triggered by the first terminal according to an operation of the connection server by the user.
Step S605, the first terminal sends a connection request to the server.
Step S606, the server receives the connection request sent by the first terminal, and determines response information according to the connection request.
And the connection request is used for connecting a server to acquire the log to be viewed.
Step S607, the server sends the response information to the first terminal.
The response information carries data of a log viewing page displaying the log to be viewed.
Step S608, the first terminal receives response information determined by the server according to the connection request, and outputs a log viewing page according to the response information.
Wherein the log view page includes a graphical control for entering search parameters. And the first terminal analyzes and renders the response information to obtain a log viewing page and outputs the log viewing page to the display screen.
And step S609, the first terminal acquires a search parameter for searching the log to be viewed based on the graphic control.
The search parameters are information input by a user in a graphical control of the log viewing page.
Step S610, the first terminal obtains an operation instruction for searching a log to be viewed.
Here, the operation instruction to search for the log to be viewed may be an instruction triggered by the first terminal according to an operation to search for the log to be viewed by the user.
Here, it should be noted that steps S611 to S612 may be executed before step S610, and the determination is performed immediately after the search parameter is acquired, and when the search parameter does not satisfy the preset condition, the user is notified at the first time to modify the search parameter in time.
In step S611, the first terminal determines whether the search parameter satisfies a preset condition.
Here, in order to ensure that the format, the type, and the like of the search parameter carried in the search request sent to the server satisfy the preset conditions, the first terminal determines whether the acquired search parameter satisfies the preset conditions, and if the acquired search parameter does not satisfy the preset conditions, the process proceeds to step S612, and if the acquired search parameter satisfies the preset conditions, the process goes from step S613 to step S618.
Step S612, the first terminal outputs a prompt message indicating that the parameter input is incorrect.
And the user returns to the step S609 to acquire the search parameters input by the user again according to the prompt information.
In step S613, the first terminal sends a search request to the server.
Wherein the search request carries the search parameter.
And step S614, the server determines the search condition according to the search parameter and the search function.
After receiving the search parameter, the search parameter may be substituted into the search function as a search key to obtain a search condition for searching in the log data.
Step S615, the server extracts target log data that meets the search condition from the log data stored in the server.
Step S616, the server analyzes the target log data, and determines an obtained analysis result as a log to be viewed.
In step S617, the server sends the log to be checked to the first terminal.
Step S618, the first terminal receives and outputs the log to be viewed sent by the server.
And the log to be checked is determined by the server according to the search parameters and the pre-loaded search function. And the server returns the inquired result to the log viewing page of the first terminal, and finally the log viewing page is displayed in the browser of the first terminal.
According to the log viewing method provided by the embodiment of the application, a first terminal obtains a search parameter for searching a log to be viewed, and sends a search request to a server in response to an operation instruction of searching the log, wherein the search request carries the search parameter; the server receives a search request sent by a first terminal, determines a log to be checked from log data stored in the server according to the search parameter and a search function loaded in advance, and sends the log to be checked to the first terminal; and the first terminal receives and outputs the log to be checked sent by the server. In the embodiment of the application, an open source log system is not required to be deployed, the first terminal accesses the log service on the server through the application to be tested and the log service deployed on the same server, log checking is achieved, deployment difficulty is small, cost is low, speed is high, and complexity of log checking operation of a user is reduced. .
Next, an exemplary application of the embodiment of the present application in a practical application scenario will be described.
In the embodiment of the present application, a conventional Liunx server is taken as an example, and as the Liunx server is pre-installed with a Python environment and supports shell and awk commands, the embodiment of the present application can be implemented more quickly and conveniently. Of course, Java, PHP, or other Web development languages may also be used to implement embodiments of the present application.
awk is a powerful text analysis tool, and is especially powerful when analyzing data and generating reports, compared with the search of grep and the edit of sed. Briefly, awk reads the file line by line, and spaces are used as default separation.
The embodiment of the application takes a log viewing method realized by shell and awk commands, a Python environment and a lightweight Web application framework flash written by Python as an example.
The tester deploys the application to be tested and the log service on the same server, and the second terminal obtains a search function input by the tester, where the search function may be a code segment as shown in fig. 7. As shown in fig. 7, the first code module 701 is configured to limit a search position, the second code module 702 is configured to obtain a search parameter, the third code module 703 is configured to determine whether time in the obtained search parameter is null, and when the time in the obtained search parameter is null, perform a search according to a default value, and the fourth code module 704 is configured to start a process and execute a shell command.
The server receives and loads the search function from the second terminal. When any user needs to check the log of the application to be tested, a website set in the search function is input in the browser of the first terminal to access the server, such as the website risk _ jrs. html shown in fig. 7, the server returns response information, and the first terminal displays a log check page in the browser according to the response information, as shown in fig. 8. The log view page in FIG. 8 includes search types that may include: a keyword query graph control 801 for keyword searching, a time graph control 802 for time searching, and a log level graph control 803 for log level searching. In addition to the graphical controls 801 to 803 for inputting search parameters, the log viewing page further comprises a search control 804, and when the user clicks the search control 804, an operation instruction for searching the log to be viewed is triggered.
The time graphic control 802 includes a start time graphic control 8021 and an end time graphic control 8022, and the manner of inputting the search parameter in the start time graphic control 8021 and the end time graphic control 8022 may be a typing manner or a selection manner.
As shown in fig. 9, the search parameter input by the user in the graphical control of the log view page is acquired by the first terminal, and as shown in fig. 9, the search parameter input in the keyword query graphical control 801 is risk, the search parameter input in the start time graphical control 8021 is 2019-07-2208: 00:00, the search parameter input in the end time graphical control 8022 is 2019-07-2223:00:00, and the search parameter input in the log level graphical control 803 is INFO. The end time input by the user can be any time before the current time, and the start time is any time after the to-be-tested application is deployed and before the end time, so that the test environment log data at any time before the current time can be checked. The user may make one or more inputs as desired, and the first terminal sends to the server the specific search parameters obtained as shown in fig. 9.
The log level priority is, from high to low, as follows: OFF (highest level for closing ALL log records), facial, ERROR, WARN, INFO, DEBUG, TRACE, ALL (lowest level for opening ALL log records), and the log level is set at a certain level, and logs having higher priority than the level can be displayed, so that the lower the log level, the more logs are printed. For example, if the priority is set to WARN, 4 levels of OFF, FATAL, ERROR, WARN log data can be displayed, and the log data of INFO, DEBUG, TRACE, ALL levels are filtered out.
The server determines a search condition according to the search parameter and the search function, extracts target log data which accord with the search condition from the log data stored in the server and analyzes the target log data, determines an analysis result as a log to be checked, and then sends the log to be checked to the first terminal. The first terminal displays the log to be viewed in the browser, as shown in the log information 101 in fig. 10, only a part of the log to be viewed is displayed in fig. 10 due to space limitation.
In this embodiment, an open source log system does not need to be deployed, the first terminal accesses the log service on the server through the application to be tested and the log service deployed on the same server, log checking is achieved, deployment difficulty is low, cost is low, speed is high, and complexity of log checking operation of a user is reduced. .
The following continues to describe various exemplary implementations of the log viewing apparatus provided by the embodiments of the present application.
Referring to fig. 11, fig. 11 is a schematic structural diagram of a log viewing apparatus according to an embodiment of the present application, and as shown in fig. 11, the log viewing apparatus 110 at least includes:
a first receiving module 111, configured to receive a search request sent by a first terminal, where the search request carries a search parameter;
a first determining module 112, configured to determine, according to the search parameter and a search function loaded in advance, a log to be viewed from log data stored in the first determining module;
a first sending module 113, configured to send the log to be checked to the first terminal.
In some embodiments, the first determining module 112 further includes:
a first determining unit, configured to determine a search condition according to the search parameter and the search function;
the extraction unit is used for extracting target log data which accord with the search condition from the log data stored in the extraction unit;
and the analysis unit is used for analyzing the target log data and determining the obtained analysis result as the log to be checked.
In some embodiments, the log viewing apparatus 110 further includes:
and the second acquisition module is used for acquiring and loading the search function sent by the second terminal.
In some embodiments, the first receiving module 111 further includes:
the first receiving unit is used for receiving a connection request sent by the first terminal, wherein the connection request is used for connecting a server so as to obtain a log to be viewed.
The first determining module 112 further includes:
a second determining unit, configured to determine response information according to the connection request;
and the first sending unit is used for sending the response information to the first terminal.
An embodiment of the present application further provides a log viewing apparatus, where the log viewing apparatus at least includes:
the first acquisition module is used for acquiring search parameters for searching the log to be viewed;
the second sending module is used for responding to an operation instruction for searching the log to be checked and sending a search request to the server, wherein the search request carries the search parameters;
and the second receiving module is used for receiving and outputting the log to be checked sent by the server, and the log to be checked is determined by the server according to the search parameters and the pre-loaded search function.
In some embodiments, the first obtaining module further comprises:
a second sending unit, configured to send a connection request to a server in response to an operation instruction to connect to the server;
a second receiving unit, configured to receive response information determined by the server according to the connection request;
the output unit is used for outputting a log viewing page according to the response information, and the log viewing page comprises a graphic control for inputting search parameters;
and the acquisition unit is used for acquiring the search parameters for searching the log to be viewed based on the graphic control.
In some embodiments, the log viewing apparatus further includes:
the judging module is used for judging whether the search parameters meet preset conditions or not;
and the output module is used for outputting prompt information of parameter input errors when the search parameters do not meet the preset conditions.
Referring to fig. 12, fig. 12 is a schematic structural diagram of a log viewing device according to an embodiment of the present application, and as shown in fig. 12, the log viewing device 120 includes: a memory 121 and a processor 122, where the memory 121 is configured to store executable instructions, and the processor 122 is configured to implement the method provided by the embodiment of the present application when executing the executable instructions stored in the memory 121, for example, the method shown in fig. 2, fig. 3, fig. 4, and fig. 5.
The log viewing device 120, the memory 121 and the processor 122 of the present embodiment are exemplary structures, and other exemplary structures of the log viewing device 120 can be foreseen, so that the structures described herein should not be considered as limitations, for example, some of the components described below may be omitted, or components not described below may be added to adapt to the special requirements of some applications.
The log viewing device 120 includes: at least one processor 122, memory 121, at least one network interface, and a user interface. Each of the components in the log viewing device 120 are coupled together by a bus system. It will be appreciated that a bus system is used to enable communications among the components. The bus system includes a power bus, a control bus, and a status signal bus in addition to a data bus. For clarity of explanation, however, the various buses are referred to collectively in this embodiment as a bus system.
By way of example, the user interface may include a display, a keyboard, a mouse, a touch pad, a touch screen, and the like.
Memory 121 may be either volatile memory or nonvolatile memory, and may also include both volatile and nonvolatile memory. The nonvolatile Memory may be a Read Only Memory (ROM). The volatile Memory may be a Random Access Memory (RAM). The memory 121 described in embodiments herein is intended to comprise any suitable type of memory.
The memory 121 in the embodiment of the present application is capable of storing data to support the operation of the data log viewing device 120. Examples of such data include: any computer program for operating on the log viewing device 120, such as an operating system and application programs. The operating system includes various system programs, such as a framework layer, a core library layer, a driver layer, and the like, and is used for implementing various basic services and processing hardware-based tasks. The application program may include various application programs.
The Processor 122 may be an integrated circuit chip having Signal processing capabilities, such as a general purpose Processor, a Digital Signal Processor (DSP), or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, or the like, wherein the general purpose Processor may be a microprocessor or any conventional Processor, or the like.
As an example of the method provided by the embodiment of the present application implemented by software, the method provided by the embodiment of the present application may be directly embodied as a combination of software modules executed by the processor 122, the software modules may be located in a storage medium located in the memory, and the processor 122 reads executable instructions included in the software modules in the memory 121, and completes the method provided by the embodiment of the present application in combination with necessary hardware (for example, including the processor and other components connected to the bus).
Embodiments of the present application provide a storage medium storing executable instructions that, when executed by a processor, cause the processor to perform methods provided by embodiments of the present application, for example, the methods as illustrated in fig. 2, 3, 4, and 5.
In some embodiments, the storage medium may be memory such as FRAM, ROM, PROM, EPROM, EEPROM, flash memory, magnetic surface memory, optical disk, or CD-ROM; or may be various devices including one or any combination of the above memories.
In some embodiments, executable instructions may be written in any form of programming language (including compiled or interpreted languages), in the form of programs, software modules, scripts or code, and may be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.
By way of example, executable instructions may correspond, but do not necessarily have to correspond, to files in a file system, and may be stored in a portion of a file that holds other programs or data, such as in one or more scripts in a hypertext markup Language (HTML) document, in a single file dedicated to the program in question, or in multiple coordinated files (e.g., files that store one or more modules, sub-programs, or portions of code).
By way of example, executable instructions may be deployed to be executed on one computing device or on multiple computing devices at one site or distributed across multiple sites and interconnected by a communication network.
The above description is only an example of the present application, and is not intended to limit the scope of the present application. Any modification, equivalent replacement, and improvement made within the spirit and scope of the present application are included in the protection scope of the present application.

Claims (11)

1. A log viewing method, comprising:
receiving a search request sent by a first terminal, wherein the search request carries search parameters;
determining a log to be checked from log data stored in the log to be checked according to the search parameter and a pre-loaded search function;
and sending the log to be checked to the first terminal.
2. The method according to claim 1, wherein the determining the log to be viewed from the log data stored in the log to be viewed according to the search parameter and the pre-loaded search function comprises:
determining a search condition according to the search parameter and the search function;
extracting target log data which accord with the search condition from the log data stored in the device;
and analyzing the target log data, and determining an obtained analysis result as a log to be checked.
3. The method of claim 1, wherein before receiving the search request sent by the first terminal, the method further comprises:
and acquiring and loading the search function sent by the second terminal.
4. The method of claim 1, wherein before receiving the search request sent by the first terminal, the method further comprises:
receiving a connection request sent by the first terminal, wherein the connection request is used for connecting a server to obtain a log to be checked;
and determining response information according to the connection request, and sending the response information to the first terminal.
5. A log viewing method, comprising:
acquiring search parameters for searching a log to be checked;
responding to an operation instruction for searching the log to be checked, and sending a search request to a server, wherein the search request carries the search parameters;
and receiving and outputting a log to be checked sent by the server, wherein the log to be checked is determined by the server according to the search parameters and a pre-loaded search function.
6. The method of claim 5, wherein the obtaining of the search parameters for searching the log to be viewed comprises:
responding to an operation instruction of a connection server, and sending a connection request to the server;
receiving response information determined by the server according to the connection request;
outputting a log viewing page according to the response information, wherein the log viewing page comprises a graphic control for inputting search parameters;
and acquiring search parameters for searching the log to be viewed based on the graphic control.
7. The method of claim 5, wherein prior to sending the search request to the server, the method further comprises:
judging whether the search parameters meet preset conditions or not;
and outputting prompt information of parameter input errors when the search parameters do not meet the preset conditions.
8. A log viewing apparatus, comprising:
the first receiving module is used for receiving a search request sent by a first terminal, wherein the search request carries search parameters;
the first determining module is used for determining the log to be checked from the log data stored in the first determining module according to the search parameter and the pre-loaded search function;
and the first sending module is used for sending the log to be checked to the first terminal.
9. A log viewing apparatus, comprising:
the first acquisition module is used for acquiring search parameters for searching the log to be viewed;
the second sending module is used for responding to an operation instruction for searching the log to be checked and sending a search request to the server, wherein the search request carries the search parameters;
and the second receiving module is used for receiving and outputting the log to be checked sent by the server, and the log to be checked is determined by the server according to the search parameters and the pre-loaded search function.
10. A log viewing device, comprising:
a memory for storing executable instructions;
a processor for implementing the method of any one of claims 1 to 4 or claims 5 to 7 when executing executable instructions stored in the memory.
11. A storage medium having stored thereon executable instructions for causing a processor to perform the method of any one of claims 1 to 4 or claims 5 to 7 when executed.
CN201911235970.9A 2019-12-05 2019-12-05 Log checking method, device, equipment and storage medium Pending CN111124815A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911235970.9A CN111124815A (en) 2019-12-05 2019-12-05 Log checking method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911235970.9A CN111124815A (en) 2019-12-05 2019-12-05 Log checking method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111124815A true CN111124815A (en) 2020-05-08

Family

ID=70497626

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911235970.9A Pending CN111124815A (en) 2019-12-05 2019-12-05 Log checking method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111124815A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114002987A (en) * 2021-11-03 2022-02-01 杭州和利时自动化有限公司 Method, device, electronic equipment and medium for acquiring log information

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150193459A1 (en) * 2014-01-07 2015-07-09 2020CyberSec Ltd Data file searching method
CN108737467A (en) * 2017-04-19 2018-11-02 腾讯科技(深圳)有限公司 A kind of server log inspection method, device and system
CN109325010A (en) * 2018-09-26 2019-02-12 中国平安人寿保险股份有限公司 Log inspection method, device, computer equipment and storage medium
CN109783754A (en) * 2018-12-17 2019-05-21 杭州玳数科技有限公司 A kind of log methods of exhibiting and system based on the realization of WEB technology
CN109885548A (en) * 2019-02-22 2019-06-14 网易(杭州)网络有限公司 Log inquiring method, device, storage medium and electronic device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150193459A1 (en) * 2014-01-07 2015-07-09 2020CyberSec Ltd Data file searching method
CN108737467A (en) * 2017-04-19 2018-11-02 腾讯科技(深圳)有限公司 A kind of server log inspection method, device and system
CN109325010A (en) * 2018-09-26 2019-02-12 中国平安人寿保险股份有限公司 Log inspection method, device, computer equipment and storage medium
CN109783754A (en) * 2018-12-17 2019-05-21 杭州玳数科技有限公司 A kind of log methods of exhibiting and system based on the realization of WEB technology
CN109885548A (en) * 2019-02-22 2019-06-14 网易(杭州)网络有限公司 Log inquiring method, device, storage medium and electronic device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114002987A (en) * 2021-11-03 2022-02-01 杭州和利时自动化有限公司 Method, device, electronic equipment and medium for acquiring log information

Similar Documents

Publication Publication Date Title
CN111061526B (en) Automatic test method, device, computer equipment and storage medium
CN109901834B (en) Document page generation method, device, computer equipment and storage medium
US7992127B2 (en) Method and system of encapsulating web site transactions for computer-aided generation of web services
CN110032519B (en) Cloud function debugging method and device, computer equipment and storage medium
US11237948B2 (en) Rendering engine component abstraction system
US11074162B2 (en) System and a method for automated script generation for application testing
CN111475390A (en) Log collection system deployment method, device, equipment and storage medium
CN109783355A (en) Page elements acquisition methods, system, computer equipment and readable storage medium storing program for executing
CN110888709A (en) Intelligent operation method and device of monitoring screen, computer equipment and storage medium
CN115658529A (en) Automatic testing method for user page and related equipment
CN113505082A (en) Application program testing method and device
CN115904989A (en) Interface testing method, device, equipment and readable storage medium
CN114461533A (en) Method, system, electronic device and storage medium for automatic testing of Web page
CN111414309B (en) Automatic test method of application program, computer equipment and storage medium
CN111124815A (en) Log checking method, device, equipment and storage medium
CN113419711A (en) Page guiding method and device, electronic equipment and storage medium
CN113220566A (en) Interface performance test script generation method and device and computer equipment
US11442105B2 (en) Disaggregated distributed measurement analysis system using dynamic application builder
CN110825370B (en) Mobile terminal application development method, device and system
CN116841543A (en) Development method for dynamically generating cross-platform multi-terminal application based on Flutter
CN114968751A (en) Program debugging method and program debugging device of code-free development platform
CN113761402A (en) Link debugging method, device, equipment and storage medium
Salem et al. Functional Size Measurement automation for IoT Edge devices
CN112765040B (en) Page test method, system, computer equipment and storage medium
JP7426493B2 (en) Auxiliary processing methods, equipment, electronic equipment, storage media and programs for software development

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

Application publication date: 20200508