CN107332703B - Method and device for checking multi-application logs - Google Patents

Method and device for checking multi-application logs Download PDF

Info

Publication number
CN107332703B
CN107332703B CN201710506103.9A CN201710506103A CN107332703B CN 107332703 B CN107332703 B CN 107332703B CN 201710506103 A CN201710506103 A CN 201710506103A CN 107332703 B CN107332703 B CN 107332703B
Authority
CN
China
Prior art keywords
application
list
log
server
application log
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710506103.9A
Other languages
Chinese (zh)
Other versions
CN107332703A (en
Inventor
朱旋
张文明
陈少杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yami Technology Guangzhou Co ltd
Original Assignee
Wuhan Douyu Network 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201710506103.9A priority Critical patent/CN107332703B/en
Publication of CN107332703A publication Critical patent/CN107332703A/en
Application granted granted Critical
Publication of CN107332703B publication Critical patent/CN107332703B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • 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
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/1734Details of monitoring file system events, e.g. by the use of hooks, filter drivers, logs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/069Management of faults, events, alarms or notifications using logs of notifications; Post-processing of notifications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/22Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks comprising specially adapted graphical user interfaces [GUI]

Abstract

The invention discloses a method and a device for checking multi-application logs, aiming at solving the problems of complicated operation and low efficiency of directly checking the contents of the multi-application logs in a server, the method integrates the multi-application logs together to form a multi-application list, and then requests the server to return the multi-application list by sending a first http access request to the server; since the multi-application list is used for managing the multi-application log, the multi-application log can be directly viewed by a user from the application list, namely: whether the multi-application list has the first application log or not can be judged based on the request of the user; and if so, displaying the first application log on a display interface for a user to view. In conclusion, the multi-application list is obtained firstly, so that the user can directly call the multi-application list when checking the multi-application log, the operation of the user is simply and quickly responded, the reaction efficiency is high, and the user experience can be improved.

Description

Method and device for checking multi-application logs
Technical Field
The application relates to the technical field of computers, in particular to a method and a device for checking multiple application logs.
Background
Generally, the application log is printed on the server through a log frame (e.g. log4j), and when a user wants to view the log of a certain application, the user directly logs on the corresponding server to view the application log content by using a specific command (e.g. tail). For example, the four applications, i.e., the task scheduling system, the configuration center, the monitoring system, and the publishing system, may print application logs onto a server where the applications are deployed, and the application logs are scattered and inconvenient to view.
Therefore, when the number of applications is large, in order to view the log content of a specific application, the log file corresponding to the application needs to be frequently switched and logged in the corresponding server, so that it is obvious that the operation is not only tedious, but also time-consuming, and the efficiency is seriously reduced.
Disclosure of Invention
The invention provides a method and a device for checking a multi-application log, which aim to solve the technical problems of complex operation and low efficiency when the multi-log content is directly checked in a server at present.
In order to solve the technical problem, the invention provides a method for viewing a multi-application log, which comprises the following steps:
sending a first hypertext transfer protocol http access request for requesting a multi-application list to a server;
receiving the multi-application list returned by the server based on the first http access request;
checking an operation request of a first application log in the multi-application logs according to a user request, and judging whether the first application log exists in the multi-application list or not;
and if so, displaying the first application log on a display interface for the user to view.
Preferably, the structure of the first http access request includes: a first request parameter, a first request address, a first response handling function.
Preferably, before the operation request for viewing a first application log in the multiple application logs according to a user request and determining whether the first application log exists in the multiple application list, the method further includes:
defining a drop-down list using said first response handling function;
traversing the multi-application list, taking each element in the multi-application list as an option in the drop-down list, and adding the element into the drop-down list, wherein an application ID is a value of a list item in the drop-down list, and an application name is taken as display content in the list item in the drop-down list;
and adding the drop-down list into the browser.
Preferably, after the displaying the first application log on a display interface for the user to view, the method specifically includes:
monitoring the multi-application list by utilizing an event monitoring function;
and when the selection items of the multi-application list are changed from a first selection item to a second selection item, acquiring the application ID corresponding to the second selection item by using the event monitoring function.
Preferably, after the event listening function is used to acquire the application ID corresponding to the second option when the option of the drop-down list is changed from the first option to the second option, the method further includes:
judging whether a second application log corresponding to the second option exists or not;
if not, sending a second http access request for requesting the second application log to the server; the structure of the second http access request comprises: a second request parameter, a second request address, a second response handling function;
receiving the second application log returned by the server based on the second http access request;
displaying the second application log on the display interface for viewing by the user.
Preferably, before the displaying the second application log on the display interface for the user to view, the method further includes:
defining a variable cache by using the second response processing function to store the second application log;
and adding the second application log into the variable cache by traversing the log set returned by the server, packaging the second application log into an element suitable for the display interface, and further displaying the element on the display interface.
Preferably, after the first application log is displayed on a display interface for the user to view, the method further includes:
regularly sending a third http access request for acquiring the latest application log to the server;
receiving the latest application log sent by the server.
The invention also discloses a device for checking the multi-application log, which comprises the following steps:
the system comprises a sending unit, a server and a processing unit, wherein the sending unit is used for sending a first hypertext transfer protocol http access request for requesting a multi-application list consisting of multi-application logs to the server;
a receiving unit, configured to receive the multi-application list returned by the server based on the first http access request;
the judging unit is used for checking an operation request of a first application log in the multi-application logs according to a user request and judging whether the first application log exists in the multi-application list or not;
and the display unit is used for displaying the first application log on a display interface for the user to view if the first application log exists.
The invention also discloses a computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the above-mentioned method.
The invention also discloses computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the steps of the method are realized when the processor executes the program.
Through one or more technical schemes of the invention, the invention has the following beneficial effects or advantages:
the invention discloses a method and a device for checking multi-application logs, aiming at solving the problems of complicated operation and low efficiency of directly checking the contents of the multi-application logs in a server, the method integrates the multi-application logs together to form a multi-application list, and then requests the server to return the multi-application list by sending a first http access request to the server; since the multi-application list is used for managing the multi-application log, the multi-application log can be directly viewed by a user from the application list, namely: whether the multi-application list has the first application log or not can be judged based on the request of the user; and if so, displaying the first application log on a display interface for a user to view. In conclusion, the multi-application list is obtained firstly, so that the user can directly call the multi-application list when checking the multi-application log, the operation of the user is simply and quickly responded, the reaction efficiency is high, and the user experience can be improved.
Drawings
FIG. 1 is a detailed flowchart of a method for viewing a multi-application log according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a viewing apparatus for a multi-application log in an embodiment of the present invention.
Detailed Description
In order to make the present application more clearly understood by those skilled in the art to which the present application pertains, the following detailed description of the present application is made with reference to the accompanying drawings by way of specific embodiments.
In the embodiment of the invention, a method for viewing a multi-application log is disclosed.
Referring to fig. 1, a specific flowchart of a method for viewing a multi-application log disclosed by the present invention is shown, where the method specifically includes:
and step 11, sending a first hypertext transfer protocol http access request for requesting the multi-application list to a server.
In order to describe application information in a computer, the present invention first defines a data structure for each application. In the data structure, firstly, a unique identifier (appID) is needed for identifying the uniqueness of the application, secondly, each application has a name (appName) for visually showing to a user for the convenience of user identification, and finally, a storage path (logDir) of the application log is needed for indicating that the application log exists in the position. After the data structure of the application is defined, the subsequent operation can be carried out.
In a specific implementation process, the multiple applications in the present invention refer to multiple applications, and the multiple applications each correspond to an application log, and the application logs corresponding to the multiple applications are collectively referred to as multiple application logs. For example, the four applications, i.e., the task scheduling system, the configuration center, the monitoring system, and the publishing system, correspond to respective application logs, and print the applications onto a server where the applications are deployed.
The invention utilizes a list to centrally manage and standardize the multi-application log, namely the multi-application list. The form of the list is only used for facilitating the management of the multi-application log corresponding to the multi-applications, and of course, in actual cases, other forms besides the list form, such as a tree structure, an icon form, and the like, exist.
Because data exchange is carried out by a hypertext transfer http protocol when a server is accessed, in order to improve the utilization rate of codes and the transmission efficiency of the codes, a method sendHttp Req for sending http requests is realized. In subsequent use, we only need to define the corresponding request parameters, request addresses url and response processing functions according to our service requirements.
And step 12, receiving the multi-application list returned by the server based on the first http access request.
In a specific implementation, the first http access request is a request for requesting the server to return a multi-application list, which is used to manage a list of multi-application logs.
And the structure of the first http access request comprises: a first request parameter, a first request address, a first response handling function. When the first http access request is sent, only the request parameters of the corresponding operation, the request address url and the request response function need to be defined. Wherein in the request response function, the data returned by the server can be displayed on the page of the browser.
Since each operation is very similar, we will now describe in detail the acquisition of the application list:
defining a request address url: assume that the request address url is http:// www.xxxcc.com/log/app/list.
Defining a first request parameter param: our request parameters can be omitted since it is to view the application list.
A first response handling function renderApp L ist is defined.
After the browser sends a request to the server, the server has a corresponding return, called a response, which includes data returned by the server, here, an application list app L ist, and after the response is returned, a first response processing function renderApp L ist is called, in which we process the data returned by the server:
defining a pull-down list which is a variable pull-down list select L ist by using the first response processing function, traversing a returned application list app L ist, adding each element in the application list app L ist as an option in the pull-down list to the pull-down list, wherein an application ID is a value of a list item, an application name is display content of the list item, finally adding the pull-down list to a page of a browser, displaying the page to a user, and enabling the subsequent user to select a corresponding application and view a log of the application.
Step 13, checking the operation request of the first application log in the multiple application logs according to the user request, and judging whether the multiple application lists have the first application log.
In a specific implementation process, the number of the first application logs is not limited, and one or more application logs may be called as first application logs. For example, the user may select two application logs, also referred to as first application logs.
And 14, if so, displaying the first application log on a display interface for the user to view.
The invention can save network resources because the invention requests to return a multi-application list instead of returning application logs one by one.
As an optional embodiment, after determining whether the multi-application list has the first application log, if the multi-application list does not have the first application log, sending an http request for requesting the first application log to a server, and requesting the server to return the first application log. In the http request, corresponding request parameters, a request address and a response processing function are configured, and are used for requesting the first application log and performing subsequent processing on the first application log. For the sake of distinction, the present application refers to the parameters of the configuration request first application log as: a third request parameter, a third request address, and a third response handling function.
As an alternative embodiment, the application list is displayed on the browser interface, and by selecting the application item in the application list, we can specify the application log that we want to view. In order to display different logs when different application items are selected each time, an event monitoring function can be used for monitoring the multi-application list, and the event monitoring function can be called appchange action; when the selection items of the multi-application list are changed from a first selection item to a second selection item, the event monitoring function is used for obtaining the application ID corresponding to the second selection item, and then the server is requested to return the corresponding application log based on the application ID corresponding to the second selection item.
As an alternative embodiment, if the multi-application list is added to the page of the browser in the form of a drop-down list, an event listening function of option change, referred to as appchange action, may be registered in the application drop-down list select L ist, and each time the option of the application drop-down list changes, the appchange action function is called back, where the selected application option is passed to the appchange action as a parameter, referred to as app, where we may obtain an application ID in the app, and then request the server to return a corresponding application log based on the application ID corresponding to the second option.
As an optional embodiment, in a case that the server is requested to return a corresponding application log based on the application ID corresponding to the second option, it may be determined whether a second application log corresponding to the second option exists first; if not, sending a second http access request for requesting the second application log to the server; the structure of the second http access request comprises: a second request parameter, a second request address, a second response handling function; receiving the second application log returned by the server based on the second http access request; displaying the second application log on the display interface for viewing by the user.
In a specific implementation process, similar to the manner of requesting multiple application lists, specifically, we obtain an application ID corresponding to a second application log, and since the application ID is the unique identifier of the second application log, i may send the ID to the server, let the server find the location corresponding to the second application log corresponding to the application by using the unique identifier ID, and then return the log content of the location to the browser, specifically, send a second http access request to the server, assuming that the request address url is http:// www.xxxcc.com/log/app/get L ogs, and then define a request parameter param, which includes the obtained application ID., and finally define a second response processing function renderpp L og or as a call, which is called when the response is returned, and the log content L ist (a data set) returned by the server may be a parameter calling the function, in which the log data returned by the server is processed, and the log content returned by the server is displayed on a cache L, and when the log content of the log returned by the server is viewed by using a cache, the log content of the log is a log which is a cache element that is not cached when the log content of the log corresponding to be viewed by the cache, and the cache of the log is viewed by the cache L.
Since the log is generated continuously, in order to automatically acquire the latest log content, a timer is required to continuously acquire the latest log content from the server, a timer object time L og can be declared and can periodically execute a function action, in the action, the logic of the steps is executed, so that the continuous acquisition of the log is realized until no latest log exists.
As an alternative embodiment, when the application option is switched, the content of the browser page is emptied, and the above steps are performed to display new log content on the browser page. By the above steps, the multi-application log can be viewed, the corresponding log content can be viewed by selecting different application options, and the efficiency and simplicity of log viewing are ensured.
Based on the unified inventive concept, referring to fig. 2, the invention discloses a device for viewing multiple application logs, comprising:
a sending unit 21, configured to send a first hypertext transfer protocol http access request requesting a multi-application list composed of multi-application logs to a server;
a receiving unit 22, configured to receive the multi-application list returned by the server based on the first http access request;
a determining unit 23, configured to check an operation request of a first application log in the multiple application logs according to a user request, and determine whether the multiple application list has the first application log;
and the display unit 24 is configured to display the first application log on a display interface for the user to view if the first application log exists.
Based on the same inventive concept as in the previous embodiments, the present invention also provides a computer-readable storage medium, on which a computer program is stored, which when executed by a processor implements the steps of any of the methods described above.
Based on the same inventive concept as in the previous embodiments, the present invention also provides a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of any of the methods described above when executing the program.
Through one or more embodiments of the present invention, the present invention has the following advantageous effects or advantages:
the invention discloses a method and a device for checking multi-application logs, aiming at solving the problems of complicated operation and low efficiency of directly checking the contents of the multi-application logs in a server, the method integrates the multi-application logs together to form a multi-application list, and then requests the server to return the multi-application list by sending a first http access request to the server; since the multi-application list is used for managing the multi-application log, the multi-application log can be directly viewed by a user from the application list, namely: whether the multi-application list has the first application log or not can be judged based on the request of the user; and if so, displaying the first application log on a display interface for a user to view. In conclusion, the multi-application list is obtained firstly, so that the user can directly call the multi-application list when checking the multi-application log, the operation of the user is simply and quickly responded, the reaction efficiency is high, and the user experience can be improved.
While the preferred embodiments of the present application have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all alterations and modifications as fall within the scope of the application.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (10)

1. A method for viewing a multi-application log, the method comprising:
sending a first hypertext transfer protocol http access request for requesting a multi-application list to a server;
receiving the multi-application list returned by the server based on the first http access request; the multi-application list is a list to manage a multi-application log; in the multi-application list, an application ID is a value of a list item, and an application name is display content of the list item;
checking an operation request of a first application log in the multi-application logs according to a user request, and judging whether the first application log exists in the multi-application list or not; wherein, in the multi-application log, a plurality of applications respectively correspond to an application log;
if yes, displaying the first application log on a display interface for the user to view;
and if the first application log does not exist in the multi-application list, sending an http request for requesting to implement the first application log to a server, and requesting the server to return the first application log.
2. The method of claim 1, wherein the structure of the first http access request comprises: a first request parameter, a first request address, a first response handling function.
3. The method of claim 2, wherein before determining whether the first application log is in the multi-application list according to an operation request of a user to view the first application log in the multi-application log, the method further comprises:
defining a drop-down list using said first response handling function;
traversing the multi-application list, taking each element in the multi-application list as an option in the drop-down list, and adding the element into the drop-down list, wherein an application ID is a value of a list item in the drop-down list, and an application name is taken as display content in the list item in the drop-down list;
and adding the drop-down list into the browser.
4. The method of claim 1 or 3, wherein after displaying the first application log on a display interface for viewing by the user, the method specifically comprises:
monitoring the multi-application list by utilizing an event monitoring function;
and when the selection items of the multi-application list are changed from a first selection item to a second selection item, acquiring the application ID corresponding to the second selection item by using the event monitoring function.
5. The method of claim 4, wherein after the event listening function is used to obtain the application ID corresponding to the second option when the option of the drop-down list is changed from the first option to the second option, the method further comprises:
judging whether a second application log corresponding to the second option exists or not;
if not, sending a second http access request for requesting the second application log to the server; the structure of the second http access request comprises: a second request parameter, a second request address, a second response handling function;
receiving the second application log returned by the server based on the second http access request;
displaying the second application log on the display interface for viewing by the user.
6. The method of claim 5, wherein prior to displaying the second application log on the display interface for viewing by the user, the method further comprises:
defining a variable cache by using the second response processing function to store the second application log;
and adding the second application log into the variable cache by traversing the log set returned by the server, packaging the second application log into an element suitable for the display interface, and further displaying the element on the display interface.
7. The method of claim 6, wherein after the first application log is then displayed on a display interface for viewing by the user, the method further comprises:
regularly sending a third http access request for acquiring the latest application log to the server;
receiving the latest application log sent by the server.
8. A multi-application log viewing apparatus, comprising:
the system comprises a sending unit, a server and a processing unit, wherein the sending unit is used for sending a first hypertext transfer protocol http access request for requesting a multi-application list consisting of multi-application logs to the server;
a receiving unit, configured to receive the multi-application list returned by the server based on the first http access request; the multi-application list is a list to manage a multi-application log; in the multi-application list, an application ID is a value of a list item, and an application name is display content of the list item;
the judging unit is used for checking an operation request of a first application log in the multi-application logs according to a user request and judging whether the first application log exists in the multi-application list or not; wherein, in the multi-application log, a plurality of applications respectively correspond to an application log;
the display unit is used for displaying the first application log on a display interface for the user to view if the first application log exists; and if the first application log does not exist in the multi-application list, sending an http request for requesting to implement the first application log to a server, and requesting the server to return the first application log.
9. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 7.
10. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method according to any of claims 1-7 are implemented when the program is executed by the processor.
CN201710506103.9A 2017-06-28 2017-06-28 Method and device for checking multi-application logs Active CN107332703B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710506103.9A CN107332703B (en) 2017-06-28 2017-06-28 Method and device for checking multi-application logs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710506103.9A CN107332703B (en) 2017-06-28 2017-06-28 Method and device for checking multi-application logs

Publications (2)

Publication Number Publication Date
CN107332703A CN107332703A (en) 2017-11-07
CN107332703B true CN107332703B (en) 2020-08-04

Family

ID=60198043

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710506103.9A Active CN107332703B (en) 2017-06-28 2017-06-28 Method and device for checking multi-application logs

Country Status (1)

Country Link
CN (1) CN107332703B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108052452A (en) * 2017-12-29 2018-05-18 北京酷我科技有限公司 The visual optimization method that a kind of daily record is checked and accepted
CN108255688B (en) * 2018-01-05 2021-05-28 武汉斗鱼网络科技有限公司 Application program log display method, storage medium, electronic device and system
CN108491300A (en) * 2018-01-10 2018-09-04 北京掌阔移动传媒科技有限公司 One kind being based on distributed log processing system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102981914A (en) * 2011-09-05 2013-03-20 联想(北京)有限公司 Synchronized method and electronic device
CN102981943A (en) * 2012-10-29 2013-03-20 新浪技术(中国)有限公司 Method and system for monitoring application logs
CN106569934A (en) * 2015-10-13 2017-04-19 阿里巴巴集团控股有限公司 Application log display method and device
CN106657139A (en) * 2017-01-18 2017-05-10 杭州迪普科技股份有限公司 Login password processing method, apparatus and system
CN106886483A (en) * 2015-12-16 2017-06-23 阿里巴巴集团控股有限公司 The method and apparatus for providing, obtaining terminal applies daily record

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106899558B (en) * 2015-12-21 2020-05-08 腾讯科技(深圳)有限公司 Access request processing method and device and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102981914A (en) * 2011-09-05 2013-03-20 联想(北京)有限公司 Synchronized method and electronic device
CN102981943A (en) * 2012-10-29 2013-03-20 新浪技术(中国)有限公司 Method and system for monitoring application logs
CN106569934A (en) * 2015-10-13 2017-04-19 阿里巴巴集团控股有限公司 Application log display method and device
CN106886483A (en) * 2015-12-16 2017-06-23 阿里巴巴集团控股有限公司 The method and apparatus for providing, obtaining terminal applies daily record
CN106657139A (en) * 2017-01-18 2017-05-10 杭州迪普科技股份有限公司 Login password processing method, apparatus and system

Also Published As

Publication number Publication date
CN107332703A (en) 2017-11-07

Similar Documents

Publication Publication Date Title
CN109246229B (en) Method and device for distributing resource acquisition request
CN109145020A (en) Information query method, from server, client and computer readable storage medium
EP2682863A1 (en) Installing applications remotely
CN108111554B (en) Control method and device for access queue
US9584372B2 (en) Discovering resources of a distributed computing environment
CN107332703B (en) Method and device for checking multi-application logs
US20170153909A1 (en) Methods and Devices for Acquiring Data Using Virtual Machine and Host Machine
US9088462B2 (en) Common web accessible data store for client side page processing
JP2015528606A (en) Method and apparatus for responding to web page access request
US9270617B2 (en) Load controller framework
CN112130996A (en) Data monitoring control system, method and device, electronic equipment and storage medium
US10242102B2 (en) Network crawling prioritization
CN110336888B (en) Server distribution method, device, system and medium
CN110943876B (en) URL state detection method, device, equipment and system
US8745245B1 (en) System and method for offline detection
CN108197160B (en) Picture loading method and device
CN111488373B (en) Method and system for processing request
CN103051722B (en) A kind ofly determine the method whether page is held as a hostage and relevant device
CN110309028B (en) Monitoring information acquisition method, service monitoring method, device and system
CN110933070A (en) User identification method, system, equipment and computer readable storage medium
CN115329005A (en) Multi-cluster cooperation method, system, device and computer readable storage medium
CN106339385B (en) System for capturing webpage, method for distributing webpage capturing nodes and method for capturing webpage
CN112688980B (en) Resource distribution method and device, and computer equipment
CN112688982B (en) User request processing method and device
US9525754B1 (en) Task-based approach to execution, monitoring and execution control of actions

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20240202

Address after: Room 801, 85 Kefeng Road, Huangpu District, Guangzhou City, Guangdong Province

Patentee after: Yami Technology (Guangzhou) Co.,Ltd.

Country or region after: China

Address before: 430000 East Lake Development Zone, Wuhan City, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.

Country or region before: China

TR01 Transfer of patent right