CN110569167B - Webpage alarm monitoring method, script error reporting method, device and computer equipment - Google Patents

Webpage alarm monitoring method, script error reporting method, device and computer equipment Download PDF

Info

Publication number
CN110569167B
CN110569167B CN201910769023.1A CN201910769023A CN110569167B CN 110569167 B CN110569167 B CN 110569167B CN 201910769023 A CN201910769023 A CN 201910769023A CN 110569167 B CN110569167 B CN 110569167B
Authority
CN
China
Prior art keywords
error reporting
script
webpage
script error
information
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
CN201910769023.1A
Other languages
Chinese (zh)
Other versions
CN110569167A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201910769023.1A priority Critical patent/CN110569167B/en
Publication of CN110569167A publication Critical patent/CN110569167A/en
Application granted granted Critical
Publication of CN110569167B publication Critical patent/CN110569167B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Mathematical Physics (AREA)
  • Information Transfer Between Computers (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application relates to a webpage alarm monitoring method, a script error reporting method, a device and computer equipment, wherein the webpage alarm monitoring method comprises the following steps: receiving a webpage access request sent by a terminal; updating the script error reporting times of the webpage based on the received script error reporting information when the script error reporting information sent by the terminal is received in the process that the terminal accesses the webpage corresponding to the webpage access request, wherein the script error reporting times of the webpage are updated only once based on the received script error reporting information in the process that one terminal accesses the webpage once; updating the access times of the web pages based on the web page access requests; and monitoring the alarm condition of the webpage according to the updated access times and the updated script error reporting times. By the method, the server updates the script error reporting times at most once in the webpage access process, and monitors the webpage alarm condition according to the script error reporting times and the webpage access times, so that the monitoring accuracy can be improved.

Description

Webpage alarm monitoring method, script error reporting method, device and computer equipment
Technical Field
The application relates to the technical field of computers, in particular to a webpage alarm monitoring method, a webpage alarm monitoring device, a readable storage medium and computer equipment, and a script error reporting method, a script error reporting device, a readable storage medium and computer equipment.
Background
JavaScript is an transliterated script language, which is a dynamic type, weak type, prototype-based language and a built-in support type. At present, most web pages use JavaScript to realize interaction logic, and error reporting during the operation of the JavaScript may cause the web pages to be completely unusable, so that the user experience is very poor, and therefore, it is very important to monitor the error reporting of the JavaScript in the process of accessing the web pages.
However, in the prior art, the situation of web page alarm is monitored by detecting the number of error reports of JavaScript, but since opening a web page once may trigger multiple JavaScript error reports, the number of error reports and the error ratio are unpredictable, and thus the accuracy of monitoring the situation of web page alarm is not high.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a web page alarm monitoring method, a script error reporting method, a device, a computer readable storage medium, and a computer device.
A web page alarm monitoring method, the method comprising:
receiving a webpage access request sent by a terminal;
updating the script error reporting times of the webpage based on the received script error reporting information when the script error reporting information sent by the terminal is received in the process that the terminal accesses the webpage corresponding to the webpage access request, wherein the script error reporting times of the webpage are updated once only based on the received script error reporting information in the process that one terminal accesses the webpage once;
updating the access times of the webpage based on the webpage access request;
and monitoring the alarm condition of the webpage according to the updated access times and the updated script error reporting times.
A script error reporting method, the method comprising:
sending a webpage access request to a server;
detecting script error reporting trigger information in the process of accessing a webpage corresponding to the webpage access request based on the webpage access request;
and when detecting the script error reporting trigger information, sending the script error reporting information to the server, wherein the script error reporting information is sent to the server only once in the process of accessing the webpage.
A web alarm monitoring device, the device comprising:
the receiving module is used for receiving a webpage access request sent by a terminal;
the error reporting times updating module is used for updating the script error reporting times of the webpage based on the received script error reporting information when the script error reporting information sent by the terminal is received in the process that the terminal accesses the webpage corresponding to the webpage access request, wherein in the process that one terminal accesses the webpage once, the script error reporting times of the webpage are updated once only based on the received script error reporting information;
the access frequency updating module is used for counting the access frequency of the webpage;
and the monitoring module is used for monitoring the alarm condition of the webpage according to the updated access times and the updated script error reporting times.
A script error reporting apparatus, the apparatus comprising:
the access request sending module is used for sending a webpage access request to the server;
the detection module is used for detecting script error reporting trigger information in the process of accessing the webpage corresponding to the webpage access request based on the webpage access request;
and the error reporting information sending module is used for sending the script error reporting information to the server when detecting the script error reporting trigger information, wherein the script error reporting information is only sent to the server once in the process of accessing the webpage once.
A computer-readable storage medium, in which a computer program is stored which, when executed by a processor, causes the processor to carry out the steps of the method described above.
A computer device comprising a memory and a processor, the memory storing a computer program that, when executed by the processor, causes the processor to perform the steps of any of the methods described above.
According to the webpage alarm monitoring method, the device, the computer readable storage medium and the computer equipment, after a webpage access request of a terminal is received, the script error reporting times of the webpage are updated according to the received script error reporting times of the webpage, the webpage access times are updated according to the webpage access request, and the alarm condition of the webpage is monitored by combining the updated access times and the script error reporting times; in the method, the server updates the script error reporting times at most once in the webpage access process, and monitors the webpage alarm condition according to the script error reporting times and the webpage access times, so that the monitoring accuracy can be improved.
According to the script error reporting method, the script error reporting device, the computer readable storage medium and the computer equipment, after the webpage access request is sent to the server, the information server is triggered to send the script error reporting information according to the detected script error reporting of the webpage; wherein, only reporting script error information once in the process of webpage access; in the method, the terminal only reports the script error reporting information at most once in the process of webpage access, so the server updates the script error reporting times according to the script error reporting information and monitors the webpage alarming condition according to the script error reporting information and the webpage access times, and the monitoring accuracy can be improved.
Drawings
FIG. 1 is a diagram of an exemplary environment in which a web alarm monitoring method may be implemented;
FIG. 2 is a flowchart illustrating a web alarm monitoring method according to an embodiment;
FIG. 3 is a diagram illustrating an event node in a process of accessing a web page of a terminal according to an embodiment;
FIG. 4 is a flowchart illustrating a script error reporting method in accordance with an embodiment;
FIG. 5 is a flowchart illustrating a process of accessing a web page by a terminal according to an embodiment;
FIG. 6 is a block diagram of a web alarm monitoring device in one embodiment;
FIG. 7 is a block diagram showing the construction of an error reporting apparatus according to an embodiment;
FIG. 8 is a block diagram that illustrates the architecture of a computing device in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
FIG. 1 is a diagram of an exemplary embodiment of a web alarm monitoring system. Example (c): referring to fig. 1, the web alarm monitoring method is applied to a web alarm monitoring system. The web alarm monitoring system includes a terminal 110 and a server 120. The terminal 110 and the server 120 are connected through a network. The method comprises the steps that a terminal sends a webpage access request to a server when accessing a webpage, and after the server receives the webpage access request, if script error reporting information sent by the terminal is received, the script error reporting times are updated according to the script error reporting information, and in the one-time webpage access process of one terminal, the script error reporting times are updated only once; in addition, the server updates the access times of the webpage according to the webpage access request of the terminal, and obtains the alarm condition of the webpage by combining the error reporting times of the script and the access times of the webpage. The terminal 110 may specifically be a desktop terminal or a mobile terminal, and the mobile terminal may specifically be at least one of a mobile phone, a tablet computer, a notebook computer, and the like. The server 120 may be implemented as a stand-alone server or a server cluster composed of a plurality of servers.
As shown in FIG. 2, in one embodiment, a web alarm monitoring method is provided. The embodiment is mainly illustrated by applying the method to the server 120 in fig. 1. Referring to fig. 2, the web page alarm monitoring method specifically includes steps S210 to S240.
Step S210, receiving a web page access request sent by the terminal.
The webpage access request is initiated to the server when the terminal accesses the webpage, and the webpage access request corresponds to the webpage and the terminal one by one. When the server receives the webpage access request sent by the terminal, the server indicates that the terminal is accessing the webpage corresponding to the webpage access request, and at this time, the server can know the webpage access request.
In one embodiment, the terminal may send the web page access request to the server when the user opens the web page, and in another embodiment, the terminal may send the web page access request to the server at other times.
Step S220, in the process that the terminal accesses the webpage corresponding to the webpage access request, when script error reporting information sent by the terminal is received, updating the script error reporting times of the webpage based on the received script error reporting information, wherein in the process that one terminal accesses the webpage once, the script error reporting times of the webpage are updated once only based on the received script error reporting information.
A Script (Script) is an extension of a batch file, and is a program for storing plain text, and a general computer Script program is a definite series of combinations of operations for controlling a computer to perform operations, in which certain logical branches can be implemented. The browser used by the visitor cannot fully support the scripts in the page, creating a "script error". In this embodiment, in the process of accessing a webpage corresponding to a webpage access request, if a script error occurs, the terminal sends script error reporting information to the server; and the server updates the script error reporting times of the webpage according to the received script error reporting information. It should be noted that, in this embodiment, in a process of accessing a webpage of one terminal, the server only updates the number of times of error reporting of one script according to the received error reporting information of the script. That is, in this embodiment, one terminal accesses a web page once, and when detecting a script error report, the server updates the script error report number only once. That is, in the process of one-time web page access of one terminal, when the server receives script error information sent by the terminal, the server only increases the script error times once.
In an embodiment, in a process of accessing a webpage of a terminal, a server only increases the number of times of error reporting of a script once, which may be that the terminal only reports the error reporting information of the script once no matter how many times of error reporting of the script is detected in the process of accessing the webpage once, and in this embodiment, the server updates the number of times of error reporting of the script once according to the received error reporting information of the script once. In another embodiment, in a process of accessing a webpage of a terminal, the server only increases the number of times of error reporting of the script once, or the server only updates the number of times of error reporting of the script according to the error reporting information of the script no matter how many times the error reporting information of the script is sent by the terminal.
Further, in an embodiment, taking as an example that the server only updates the script error reporting times once no matter how many times the terminal sends the script error reporting information, when the terminal receives the script error reporting information sent by the terminal in the process of accessing the web page, the method further includes: detecting whether the script error report corresponding to the script error report information meets a preset condition or not, and detecting whether an updated identifier exists at present or not; wherein the updated identification corresponds to the terminal and the web page access request. In this embodiment, updating the script error reporting times of the web page based on the received script error reporting information includes: and when the script error report corresponding to the script error report information meets the preset condition and the updated identification does not exist at present, increasing the script error report frequency of the webpage once.
Further, in this embodiment, after updating the script error reporting times of the web page based on the received script error reporting information, the method further includes: setting an updated identifier; the above method further comprises the steps of: and when the terminal is detected to finish accessing the webpage, clearing the updated identification.
The updated mark corresponds to the terminal and the webpage, so that when different terminals access the webpage at the same time, the script error reporting times are updated according to the script error reporting information sent by which terminal, and therefore when the script error reporting information of the webpage accessed by the terminal is received, the server does not update the script error reporting times any more due to the existence of the updated mark.
In an embodiment, when the script error reporting corresponding to the script error reporting information meets the update condition, it is determined that the preset condition is met, and at this time, if there is no updated identifier, the number of times of the script error reporting may be updated. It can be understood that, if the script error reporting corresponding to the received script error reporting information meets the update condition, but the updated identifier already exists at present, it indicates that the terminal has updated the script error reporting times before the terminal in the current webpage access process, and at this time, the server does not update the script error reporting times any more.
Further, the update condition may be set according to an actual situation, for example, in an embodiment, the update condition is set as the number of times of error reporting of the update script when the error reporting of the script corresponding to the error reporting information affects the use of the web page; and when the script error corresponding to the received script error information affects the use of the webpage, determining that the recording is required, and updating the script error times if the updated identification does not exist. It can be understood that, if the script error reporting corresponding to the script error reporting information does not affect the use of the web page, the script error reporting times are not updated. Whether the use of the webpage is influenced by the error report of the script can be determined by setting a white list: setting scripts which do not influence the use of the webpage into a white list in advance, determining whether corresponding scripts which do not influence the use of the webpage are in the white list when script error information is received, and if so, determining that the scripts do not influence the use of the webpage (judging that updating conditions are not met); if not, the script reports error to influence the use of the webpage (the updating condition is judged to be met). In this embodiment, by setting the update condition, the script error reporting that does not affect the use of the web page is not counted in the script error reporting times, and meanwhile, it can be ensured that only one script error reporting time is updated in one web page access process of one terminal.
In another embodiment, the update condition may be set as the number of times of error reporting of the updated script when the script error reporting corresponding to the script error reporting information is a specific script error reporting. In this embodiment, the number of times of script error reporting is updated only when the script error reporting corresponding to the received script error reporting information satisfies the update condition, so that a specific script error reporting can be detected. In other embodiments, the update condition may also be set to other conditions.
And when the terminal finishes accessing the webpage, if the updated identification corresponding to the terminal and the webpage exists, the server clears the updated identification. Further, when the terminal finishes accessing the webpage, sending access finishing information to the server to inform the server of finishing accessing the webpage, wherein the access finishing information carries the terminal identification and the webpage identification; in another embodiment, the server may also know that the terminal has finished accessing the web page in other ways. In this embodiment, when the terminal finishes accessing the webpage for one time, the server clears the updated identifier that already exists, so that the terminal can access the webpage for the next time.
In step S230, the access times of the web page are updated based on the web page access request.
The access times of the webpage represent the sum of the times of the webpage accessed by each terminal, and the access times of the webpage need to be updated once for each access of each terminal; in the embodiment, the server updates the access request based on the received webpage access request sent by the terminal.
Further, in one embodiment, updating the number of accesses to the web page based on the web page access request includes: when a webpage access request sent by a terminal is received, the access times of a webpage corresponding to the webpage access request are increased once. In this embodiment, when a request for accessing a web page is received, the number of times of accessing the web page is updated once.
In another embodiment, updating the number of accesses to the web page based on the web page access request includes: in the process that the terminal accesses the webpage corresponding to the webpage access request, before script error reporting information sent by the terminal is received, when the preset event triggering information is not received, the access frequency corresponding to the webpage access request is increased once.
Or, in another embodiment, updating the number of accesses to the web page based on the web page access request includes: in the process that the terminal accesses the webpage corresponding to the webpage access request, before the preset event trigger information is received, when the script error report information sent by the terminal is not received, the access frequency corresponding to the webpage access request is increased once.
In a process of accessing a webpage at a terminal, a plurality of events are triggered, as shown in fig. 3, which is a schematic diagram of Event nodes in a process of accessing a webpage at a terminal in a specific embodiment, where prompt uninstall (prompt for unload), redirect (redirect), application cache (APP cache) … … processing (processing), page load (load), and the like represent events in the process of accessing a webpage, and navigation Start (navigation Start), redirect Start (redirect Start), redirect End (redirect End), fetch Start (fetch Start) … … load Event Start (load Event Start), load Event End (load Event End), and the like represent nodes of partial events in the process of accessing a webpage. For example, a loadEventEnd event will be triggered when page loading is successful; in the embodiment, the access times of the web pages are updated by monitoring the event triggering condition in the process of accessing the web pages by the terminal.
In a specific embodiment, taking an example that a web page uses JavaScript to implement an interaction logic, the predetermined event is a loadEventEnd event; in this embodiment, before monitoring that a loadEventEnd event is triggered (receiving loadEventEnd event trigger information), the server receives script error reporting information sent by the terminal, and updates the access times of a webpage; in another embodiment, if the script error reporting information sent by the terminal is not received, the number of access times of the webpage is updated once when the loadEventEnd event triggering information is monitored. That is, if the terminal detects that the trigger script reports an error before detecting the trigger loadEventEnd event, the terminal sends script error reporting information to the server, so that the server updates the access times of the webpage according to the script error reporting information, and simultaneously judges whether the script error reporting times need to be updated. And if the terminal does not detect the error report of the trigger script until the trigger loadEventEnd event is detected, sending loadEventEnd event trigger information to the server so that the server updates the access times of the webpage according to the loadEventEnd event trigger information. In another embodiment, the predetermined event may be other events as well.
And step S240, monitoring the alarm condition of the webpage according to the updated access times and the updated script error reporting times.
In one embodiment, the script running success rate of the webpage can be determined according to the updated access times and the updated script error reporting times, so that the alarm condition of the webpage can be monitored according to the script running success rate. Further, in a specific embodiment, determining the script operation success rate of the web page according to the updated access times and the updated script error reporting times includes: and determining the ratio of the error reporting times of the updated script to the access times of the updated script as the script operation failure rate of the webpage, and determining the difference value between 1 and the script operation failure rate of the webpage as the script operation success rate of the webpage. The method comprises the steps that the script error reporting times of a webpage are updated only according to received script error reporting information in the process of accessing the webpage at one time of a terminal, so that the determined script operation failure rate of the webpage is in the range of 0-100%, the success rate and the failure rate of the script operation of the obtained webpage are not influenced by the fluctuation of the access volume of the webpage, and the script operation error reporting condition of the current webpage can be accurately evaluated.
In one embodiment, the server determines the script running success rate of the webpage every predetermined time according to the updated access times and the updated script error reporting times; the predetermined time may be set according to the actual needs of the user. In this embodiment, the server updates the script running success rate once at intervals, so that the script running success rate in the server is kept up to date, and the user can know the script running condition of the web page according to the script running success rate and can determine whether the user needs to execute the relevant operation according to the script running success rate.
After the script operation success rate is determined, the conditions such as the number of webpage alarms and the like can be determined according to the numerical value of the script operation success rate; thus, the alarm condition of the webpage can be obtained.
Further, in an embodiment, the web page alarm monitoring method further includes: and when the success rate of script operation is lower than a threshold value, generating and displaying a reminding signal. Wherein, the threshold value can be set according to the actual situation. In this embodiment, after determining the running success rate of the script, the server determines whether the running success rate is lower than a threshold, and if it is detected that the running success rate is lower than the threshold, a warning signal is sent to the user; whether the script operation success rate reaches the degree of reminding the user or not is judged by setting a threshold value, and automatic reminding can be realized.
According to the webpage alarm monitoring method, after a webpage access request of a terminal is received, the script error reporting times of the webpage are updated according to the received script error reporting times of the webpage, the webpage access times are updated according to the webpage access request, and the alarm condition of the webpage is monitored by combining the updated access times and the script error reporting times; in the method, the server updates the script error reporting times at most once in the webpage access process, and monitors the webpage alarm condition according to the script error reporting times and the webpage access times, so that the monitoring accuracy can be improved.
In one embodiment, the number of script errors of the web page comprises a first type of script error number and a second type of script error number.
In this embodiment, updating the script error reporting times of the web page based on the received script error reporting information includes: updating the error reporting times of the first type of script when the error reporting information of the script is the error reporting information of the script before the preset event triggering information sent by the terminal is received; and updating the error reporting times of the second type of script when the script error reporting information is the script error reporting information after the preset event triggering information sent by the terminal is received.
Further, monitoring the alarm condition of the web page according to the updated access times and the updated script error reporting times, comprising: and monitoring the alarm condition of the webpage according to the updated access times, the updated error reporting times of the first type of script and the updated error reporting times of the second type of script.
In a specific embodiment, the server receives the error reporting information of the first type of script and updates the error reporting times of the first type of script correspondingly, and receives the error reporting times of the second type of script correspondingly to the error reporting information of the second type of script; further, in this embodiment, before receiving loadEventEnd event trigger information sent by the terminal, the received script error reporting information is recorded as a first type of script error reporting information; and recording the received script error reporting information as second type script error reporting information after receiving the loadEventEnd event sent by the terminal. In addition, when the error report information of the first type script or the error report information of the second type script is received, whether the error report times of the script is updated needs to be judged according to a preset condition, which specifically comprises the following steps: when the error reporting information of the first type of script is received and the updated identification does not exist currently, updating the error reporting times of the first type of script; and updating the error reporting times of the second type of script when the error reporting information of the second type of script is received and the updated identification does not exist currently.
In this embodiment, if the alarm condition of the web page is monitored by the script running success rate, the method specifically includes: determining the sum of the updated error reporting times of the first script and the second script as an updated total error reporting times of the script, determining the ratio of the updated total error reporting times of the script to the updated webpage access times as a script operation failure rate of the webpage, and determining the difference between 1 and the script operation failure rate as a script operation success rate of the webpage; and monitoring the alarm condition of the webpage according to the script operation success rate.
In the above embodiment, the script error reporting information is divided into the first type of script error reporting information and the second type of script error reporting information, and when the script error reporting times are updated according to the script error reporting information, the script error reporting times are separately recorded, so that whether script error reporting occurs in different stages in one webpage access process of the terminal can be recorded, and a user can know the script error reporting condition of a more detailed webpage according to the script error reporting times.
In another embodiment, the above webpage alarm monitoring method, when receiving script error reporting information sent by a terminal in a process that the terminal accesses a webpage corresponding to a webpage access request, updates the script error reporting times of the webpage based on the received script error reporting information, and further includes: recording the time of the script error report, and monitoring the alarm condition of the webpage according to the time of the script error report. And when the error reporting times of the script are updated, the error reporting time of the script is recorded, and the time condition of webpage alarming can be monitored according to the error reporting time of the script.
In an embodiment, the present application further provides a script error reporting method, and this embodiment is mainly illustrated by applying the method to the terminal 110 in fig. 1. As shown in fig. 4, the method includes steps S410 to S430.
Step S410, sending a web page access request to the server.
The terminal sends a webpage access request to the server when accessing the webpage, the webpage access request carries a terminal identifier, and the server receives the webpage access request and can acquire the terminal identifier corresponding to the request, so that the current terminal can be known which terminal is accessing the webpage.
Step S420, detecting a script error triggering information in the process of accessing the webpage corresponding to the webpage access request based on the webpage access request.
The method comprises the steps that in the process that a terminal accesses a webpage corresponding to a webpage request, the triggering condition of script error reporting needs to be monitored; when the terminal detects the script error reporting trigger information, the terminal indicates that the script error reporting is triggered.
And step S430, when the script error reporting trigger information is detected, sending the script error reporting information to the server, wherein the script error reporting information is sent to the server only once in the process of accessing the webpage.
When the terminal detects that the script triggers error reporting information, the information sent to the server is recorded as script error reporting information; in this embodiment, in the process of accessing the web page by the terminal once, the script error reporting information is sent to the server only once. In this embodiment, no matter how many times of script error reporting trigger information is detected in the one-time web page access process of the terminal, only one-time script error reporting information is sent to the server, so that the server is ensured to update only one-time script error reporting times in the one-time web page access process of the terminal.
Further, in an embodiment, when the script error triggering information is detected, the method further includes: detecting whether a reported identifier exists at present; wherein, the reported mark corresponds to the webpage.
In this embodiment, sending the script error information to the server includes: when detecting that no reported mark exists at present, sending script error reporting information to a server; after sending the script error information to the server, the method further comprises: setting a reported identifier; further, in an embodiment, the script error reporting method further includes the steps of: and when the webpage access is finished, clearing the reported identification.
When detecting that the script error reporting trigger information indicates that the script error reporting is triggered, the terminal triggers the script error reporting; in this embodiment, the reported identifier is set after the new script error reporting message is sent once, and then the detected script error reporting trigger information is sent again, so that the terminal does not send the script error reporting message to the server again as the terminal detects that the reported identifier exists; therefore, the terminal is ensured to send the script error reporting information to the server only once in the process of webpage access. Or in another embodiment, the terminal may also intercept sending of script error reporting information corresponding to the script error reporting trigger information when detecting that the reported identifier exists currently and detecting the script error reporting trigger information. The reported identification corresponds to the webpage, so that script error reporting information of different webpages when the terminal accesses a plurality of webpages simultaneously can be distinguished.
And when the terminal finishes the webpage access process, if the reported identifier exists currently, the reported identifier is removed, so that the terminal can report the error of the script in the webpage access process next time. The terminal can detect the end of the access of the webpage according to any direction.
In another embodiment, when it is detected that a script error reporting corresponding to the script error reporting trigger information meets a reporting condition, it is determined that the preset condition is met, and at this time, if there is no reported identifier, the script error reporting information is sent to the server. It can be understood that, if the detected script error reporting corresponding to the script error reporting trigger information meets the reporting condition, but the reported identifier already exists at present, it indicates that the terminal has sent the script error reporting information once before this time in the process of accessing the webpage, and at this time, the terminal does not send the script error reporting information to the server any more.
Further, the reporting condition may be set according to an actual situation, for example, in an embodiment, the reporting condition is set to send script error reporting information to the server when the script error reporting corresponding to the script error reporting trigger information affects the use of the web page; and when the detected script error triggering information corresponding to the script error triggering information influences the use of the webpage, determining that the webpage needs to be recorded, and sending script error information to the server if the reported identifier does not exist. It can be understood that if the script error reporting corresponding to the script error reporting trigger information does not affect the use of the web page, the script error reporting information is not sent. Whether the use of the webpage is influenced by the error report of the script can be determined by setting a white list: setting scripts which do not influence the use of the webpage into a white list in advance, determining whether corresponding scripts which do not influence the use of the webpage are in the white list when script error triggering information is detected, and if so, determining that the scripts do not influence the use of the webpage (judging that a reporting condition is not met); if not, the script reports the error to influence the use of the webpage (the reporting condition is judged to be met). In this embodiment, by setting the reporting condition, the script error reporting that does not affect the use of the web page is not sent to the server, and it can be ensured that the script error reporting information is sent only once in one web page access process of one terminal.
In another embodiment, the reporting condition may be set to send the script error reporting information when the script error reporting corresponding to the script error reporting information is a specific script error reporting. In this embodiment, only when the detected script error reporting trigger information corresponds to a script error reporting condition, the script error reporting information is sent to the server, so that a specific script error reporting can be detected. In other embodiments, the reporting condition may also be set to other conditions.
In the script error reporting method, after a webpage access request is sent to the server, in the process of accessing the webpage, if the script error reporting trigger information is detected, the script error reporting information is sent to the server only once; in the method, the terminal only reports the script error reporting information once at most in the process of webpage access once, and the server monitors the webpage alarm condition according to the script error reporting times and the webpage access times, so that the monitoring accuracy can be improved.
Fig. 5 is a schematic flowchart of a process of accessing a web page by a terminal in a specific embodiment, in this embodiment, taking an example of implementing an interactive logic by using Javascript on a web page, taking how many times of script error reporting trigger information is detected by the terminal, sending the script error reporting information to a server only once, and taking a loadEventEnd event as a demarcation point, and dividing script trigger information detected before the loadEventEnd event is triggered and script trigger information detected after the loadEventEnd event is triggered into two different types of script error reporting. Recording the number of times of error reporting of a script triggered before the loadEventEnd event is triggered as x, recording the number of times of error reporting of the script which is not detected until the loadEventEnd event is triggered as y, recording the number of times of error reporting of the script which is not triggered before the loadEventEnd event is triggered and the number of times of error reporting of the script which is triggered after the loadEventEnd event is triggered as z by the server; the process is as follows:
and the user accesses the webpage, and the terminal detects whether the trigger script reports errors.
And when the trigger script error report is detected (the script error report trigger information is detected), sending first-class script error report information to the server.
If the trigger script is not detected to report errors, a trigger loadEventEnd event (loadEventEnd event trigger information is detected) is detected, and the loadEventEnd event trigger information is sent to the server to enable the server to update (y). If the trigger script error reporting is detected later (script error reporting trigger information is detected), sending second type script error reporting information to the server, and enabling the server to update the second type script error reporting times (z) once.
It should be noted that, in the process of accessing a webpage at a terminal, only one script error reporting time is sent, and if the script error reporting is triggered before the loadEventEnd event is triggered, the script error reporting information is sent to the server at this time so that the server updates the script error reporting information (x); and if the script is triggered to report errors after the loadEventEnd event is triggered, sending script error report information to the server to update the script error report times (z).
Further, when the server determines the script running success rate, the determination method is as follows:
error reporting times e of the script: (ii) a
Number of accesses pv to web page: (ii) a
Script operation failure rate s of web page: (ii) a
The script running success rate f of the webpage is as follows: .
By the webpage alarm monitoring method, the success rate s and the failure rate f can be obtained, the maximum values of s and f are 100%, the minimum values of s and f are 0%, and s and f are not influenced by the access fluctuation of the webpage, so that the error report condition of the JavaScript running on the webpage can be accurately evaluated, the alarm condition of the webpage can be further obtained, and the accuracy of monitoring the alarm condition of the webpage can be improved.
Fig. 2 is a flowchart illustrating a web page alarm monitoring method according to an embodiment, and fig. 4 is a flowchart illustrating a script error reporting method according to an embodiment. It should be understood that although the steps in the flowcharts of fig. 2 and 4 are shown in sequence as indicated by the arrows, the steps are not necessarily performed in sequence as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in fig. 2 and 4 may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of performing the sub-steps or stages is not necessarily sequential, but may be performed alternately or alternately with other steps or at least some of the sub-steps or stages of other steps.
A web alarm monitoring device, as shown in fig. 6, the device comprising:
the receiving module 610 is configured to receive a webpage access request sent by a terminal.
And an error reporting frequency updating module 620, configured to update the script error reporting frequency of the web page based on the received script error reporting information when receiving the script error reporting information sent by the terminal in a process that the terminal accesses the web page corresponding to the web page access request, where the script error reporting frequency of the web page is updated only once based on the received script error reporting information in a process that one terminal accesses the web page.
And an access times updating module 630, configured to count access times of the web pages.
And the monitoring module 640 is configured to monitor an alarm condition of the web page according to the updated access times and the updated script error reporting times.
In one embodiment, the error reporting number updating module is further configured to detect whether a script error corresponding to the script error reporting information meets a preset condition, and detect whether an updated identifier currently exists; the updated identification corresponds to the terminal and the webpage access request; and when the script error report corresponding to the script error report information meets the preset condition and the updated identification does not exist at present, increasing the script error report times of the webpage once.
In this embodiment, the apparatus further includes: the identification setting module is used for setting the updated identification after updating the script error reporting times of the webpage based on the received script error reporting information; and the identification clearing module is used for clearing the updated identification when the terminal is detected to finish accessing the webpage.
In one embodiment, when the error reporting number updating module receives a webpage access request sent by a terminal, the number of access times of a webpage corresponding to the webpage access request is increased once.
In another embodiment, in the process that the terminal accesses the webpage corresponding to the webpage access request, before the script error message sent by the terminal is received and the predetermined event trigger message is not received, the error number updating module increases the access number corresponding to the webpage access request once.
In another embodiment, the error reporting number updating module increases the access number corresponding to the web page access request once when the script error reporting information sent by the terminal is not received before the predetermined event trigger information is received in the process that the terminal accesses the web page corresponding to the web page access request.
In one embodiment, the error reporting times updating module includes a first type of error reporting times updating module and a second type of error reporting times updating module, wherein: when the script error reporting information is the script error reporting information before the preset event triggering information sent by the terminal is received, the first-class script error reporting times updating module updates; and when the script error reporting information is the script error reporting information after the preset event triggering information sent by the terminal is received, the second type script error reporting times updating module updates.
In this embodiment, the monitoring module is configured to monitor the alarm condition of the web page according to the updated access times, the updated error reporting times of the first-type script, and the updated error reporting times of the second-type script.
After receiving a webpage access request of a terminal, the webpage alarm monitoring device updates the script error reporting times of the webpage according to the received script error reporting times of the webpage, updates the webpage access times according to the webpage access request, and monitors the alarm condition of the webpage by combining the updated access times and the script error reporting times; the server updates the script error reporting times at most once in the webpage access process, and monitors the webpage alarm condition according to the script error reporting times and the webpage access times, so that the monitoring accuracy can be improved.
In one embodiment, the present application further provides a script error reporting apparatus, as shown in fig. 7, the apparatus includes:
an access request sending module 710, configured to send a web page access request to a server.
The detecting module 720 is configured to detect a script error triggering information in a process of accessing a webpage corresponding to a webpage access request based on the webpage access request.
And an error reporting information sending module 730, configured to send the script error reporting information to the server when the script error reporting trigger information is detected, where the script error reporting information is sent to the server only once in a process of accessing the web page.
In one embodiment, the detection module is further configured to detect whether a reported identity currently exists. In this embodiment, the script error reporting apparatus further includes: the identification setting module is used for sending script error reporting information to the server when detecting that the reported identification does not exist currently when detecting that the script error reporting information exists; and the identification clearing module is used for clearing the reported identification when the webpage access is finished.
After the script error reporting device sends a webpage access request to the server, in the process of accessing the webpage, if the script error reporting trigger information is detected, the script error reporting information is sent to the server only once; the terminal only reports the script error reporting information at most once in the process of webpage access, and the server monitors the webpage alarm condition according to the script error reporting times and the webpage access times, so that the accuracy of the monitoring condition can be improved.
FIG. 8 is a diagram illustrating an internal structure of a computer device in one embodiment. The computer device may specifically be the terminal 110 (or the server 120) in fig. 1. As shown in fig. 8, the computer apparatus includes a processor, a memory, a network interface, an input device, and a display screen connected through a system bus. Wherein the memory includes a non-volatile storage medium and an internal memory. The non-volatile storage medium of the computer device stores an operating system and also stores a computer program, and when the computer program is executed by the processor, the processor can realize a webpage alarm monitoring method and a script error reporting method. The internal memory may also store a computer program, and when the computer program is executed by the processor, the computer program may enable the processor to execute a web page alarm monitoring method and a script error reporting method. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the computer equipment, an external keyboard, a touch pad or a mouse and the like.
Those skilled in the art will appreciate that the architecture shown in fig. 8 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, the web page alarm monitoring device and the script error reporting device provided by the present application may be implemented in the form of a computer program, and the computer program may be run on a computer device as shown in fig. 8. The memory of the computer device can store various program modules forming the web page alarm monitoring device and the script error reporting device, such as a receiving module, an error reporting time updating module, an access time updating module and an access time updating module shown in fig. 6; for another example, the access request sending module, the detection module and the error message sending module shown in fig. 7. The computer program formed by the program modules enables the processor to execute the steps in the web page alarm monitoring method and the script error reporting method of the embodiments of the application described in the specification.
For example, the computer device shown in fig. 8 may receive a web access request sent by the terminal through a receiving module in the web alarm monitoring apparatus shown in fig. 6. The computer equipment can update the script error reporting times of the webpage based on the received script error reporting information when receiving the script error reporting information sent by the terminal in the process that the terminal accesses the webpage corresponding to the webpage access request through the error reporting times updating module. The computer equipment can perform statistics on the access times of the web pages through the access time updating module. The computer equipment can monitor the alarm condition of the webpage through the monitoring module according to the updated access times and the updated script error reporting times.
For another example, the computer device shown in fig. 8 may send a web page access request to the server through the access request sending module in the script error reporting apparatus shown in fig. 7. The computer equipment can detect the script error reporting triggering information through the detection module in the process of accessing the webpage corresponding to the webpage access request based on the webpage access request. The computer equipment can send script error reporting information to the server when detecting the script error reporting trigger information through the error reporting information sending module.
In one embodiment, a computer device is provided, which includes a memory and a processor, the memory stores a computer program, and the computer program, when executed by the processor, causes the processor to execute the steps of the web alarm monitoring method and the script error reporting method. The steps of the web page alarm monitoring method and the script error reporting method may be steps in the web page alarm monitoring method and the script error reporting method of the above embodiments.
In one embodiment, a computer readable storage medium is provided, which stores a computer program, and when the computer program is executed by a processor, the processor executes the steps of the web alarm monitoring method and the script error reporting method. The steps of the web page alarm monitoring method and the script error reporting method may be steps in the web page alarm monitoring method and the script error reporting method of the above embodiments.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a non-volatile computer-readable storage medium, and can include the processes of the embodiments of the methods described above when the program is executed. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), synchronous Link (Synchlink) DRAM (SLDRAM), Rambus (Rambus) direct RAM (RDRAM), direct bused dynamic RAM (DRDRAM), and bused dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present application. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (11)

1. A webpage alarm monitoring method comprises the following steps:
receiving a webpage access request sent by a terminal;
updating script error reporting times of the webpage based on the received script error reporting information when the script error reporting information sent by the terminal is received in the process that the terminal accesses the webpage corresponding to the webpage access request, wherein the script error reporting times of the webpage are updated once only based on the received script error reporting information in the process that one terminal accesses the webpage; when the number of times of the script error reporting of the webpage is updated, the script error reporting corresponding to the script error reporting information meets an updating condition, wherein the updating condition is that the script error reporting corresponding to the script error reporting information influences the use of the webpage, or the updating condition is that the script error reporting corresponding to the script error reporting information is a specific script error reporting;
after updating the script error reporting times of the webpage based on the received script error reporting information, the method further includes: setting an updated identifier; the updated identification corresponds to the terminal and the webpage access request;
updating the access times of the webpage based on the webpage access request;
monitoring the alarm condition of the webpage according to the updated access times and the updated script error reporting times;
the script error reporting times of the webpage comprise first script error reporting times and second script error reporting times; updating the script error reporting times of the webpage based on the received script error reporting information, comprising:
before a loadEventEnd triggering event is monitored, when script error reporting information sent by the terminal is received, recording the received script error reporting information as first-class script error reporting information, updating the access times of a webpage, and updating the first-class script error reporting times when an updated identifier does not exist currently;
if the script error reporting information sent by the terminal is not received, updating the access times of the webpage once until a loadEventEnd event is monitored to be triggered, recording the received script error reporting information as second-type script error reporting information when the script error reporting information is received after the loadEventEnd event sent by the terminal is received, and updating the second-type script error reporting times when an updated identifier does not exist currently;
monitoring the alarm condition of the webpage according to the updated access times and the updated script error reporting times, wherein the monitoring comprises the following steps:
and monitoring the alarm condition of the webpage according to the updated access times, the updated error reporting times of the first type of script and the updated error reporting times of the second type of script.
2. The method of claim 1, further comprising: and when the terminal is detected to finish accessing the webpage, clearing the updated identification.
3. The method of claim 1, wherein monitoring the web page for an alarm condition based on the updated access times, the updated error times of the first type script, and the updated error times of the second type script comprises:
determining the sum of the updated error reporting times of the first type of script and the updated error reporting times of the second type of script as an updated total error reporting times of the script;
determining the ratio of the updated total script error reporting times to the updated access times as the script operation failure rate of the webpage, and determining the difference value between 1 and the script operation failure rate as the script operation success rate of the webpage;
and monitoring the alarm condition of the webpage according to the script operation success rate.
4. A script error reporting method is applied to a terminal and comprises the following steps:
sending a webpage access request to a server;
detecting script error reporting trigger information in the process of accessing a webpage corresponding to the webpage access request based on the webpage access request;
when script error reporting trigger information is detected, sending script error reporting information to the server, wherein the script error reporting information is only sent to the server once in the process of accessing the webpage once; when the script error reporting information is sent, the script error reporting corresponding to the script error reporting trigger information meets a reporting condition, wherein the reporting condition is that the script error reporting corresponding to the script error reporting trigger information influences the use of the webpage, or the reporting condition is that the script error reporting corresponding to the script error reporting trigger information is a specific script error reporting;
when the script error reporting trigger information is detected, the method further comprises the following steps: detecting whether a reported identifier exists at present; the reported identification corresponds to the webpage;
sending script error information to the server, including: when detecting that no reported mark exists at present, sending script error reporting information to the server;
after sending the script error reporting information to the server, the method further includes: setting a reported identifier;
the script error reporting information includes first type script error reporting information and second type script error reporting information, and when detecting the script error reporting trigger information, sending the script error reporting information to the server includes:
if the script error reporting trigger information is detected before the trigger loadEventEnd event is detected, sending first type script error reporting information to the server;
if the script error reporting trigger information is not detected before the trigger loadEventEnd event is detected, sending the loadEventEnd event trigger information to the server when the trigger loadEventEnd event is detected, and sending the second type of script error reporting information to the server when the script error reporting trigger information is detected after the trigger loadEventEnd event is detected.
5. The method of claim 4, further comprising: and when the webpage is accessed, clearing the reported identification.
6. A web alarm monitoring device, the device comprising:
the receiving module is used for receiving a webpage access request sent by a terminal;
the error reporting times updating module is used for updating the script error reporting times of the webpage based on the received script error reporting information when the script error reporting information sent by the terminal is received in the process that the terminal accesses the webpage corresponding to the webpage access request, wherein in the process that one terminal accesses the webpage once, the script error reporting times of the webpage are updated once only based on the received script error reporting information; when the number of times of the script error reporting of the webpage is updated, the script error reporting corresponding to the script error reporting information meets an updating condition, wherein the updating condition is that the script error reporting corresponding to the script error reporting information influences the use of the webpage, or the updating condition is that the script error reporting corresponding to the script error reporting information is a specific script error reporting;
the access frequency updating module is used for counting the access frequency of the webpage;
the monitoring module is used for monitoring the alarm condition of the webpage according to the updated access times and the updated script error reporting times;
the error reporting times updating module records the received script error reporting information as first-class script error reporting information when receiving the script error reporting information sent by the terminal before monitoring the trigger loadEventEnd event, updates the access times of the webpage once, and updates the first-class script error reporting times when an updated identifier does not exist currently; if the script error reporting information sent by the terminal is not received, updating the access times of the webpage until a loadEventEnd event is triggered, recording the received script error reporting information as second script error reporting information after the loadEventEnd event sent by the terminal is received, and updating the second script error reporting times when an updated identifier does not exist currently, wherein the script error reporting times of the webpage comprise the first script error reporting times and the second script error reporting times;
the monitoring module is used for monitoring the alarm condition of the webpage according to the updated access times, the updated error reporting times of the first type of script and the updated error reporting times of the second type of script;
the device also comprises an identification setting module, wherein the identification setting module is used for setting an updated identification after updating the script error reporting times of the webpage based on the received script error reporting information; the updated identification corresponds to the terminal and the web page access request.
7. The apparatus according to claim 6, further comprising an identifier clearing module configured to clear the updated identifier when it is detected that the terminal finishes accessing the web page.
8. A script error reporting device is applied to a terminal and comprises:
the access request sending module is used for sending a webpage access request to the server;
the detection module is used for detecting script error reporting trigger information in the process of accessing the webpage corresponding to the webpage access request based on the webpage access request;
the error reporting information sending module is used for sending script error reporting information to the server when detecting script error reporting trigger information, wherein the script error reporting information is only sent to the server once in the process of accessing the webpage once; when the script error reporting information is sent, the script error reporting corresponding to the script error reporting trigger information meets a reporting condition, wherein the reporting condition is that the script error reporting corresponding to the script error reporting trigger information influences the use of the webpage, or the reporting condition is that the script error reporting corresponding to the script error reporting trigger information is a specific script error reporting;
the error reporting information sending module is used for sending first type script error reporting information to the server if the script error reporting trigger information is detected before the trigger loadEventEnd event is detected and the reported identifier does not exist currently; if the script error reporting trigger information is not detected before the trigger loadEventEnd event is detected, sending loadEventEnd event trigger information to the server when the trigger loadEventEnd event is detected, detecting the script error reporting trigger information after the trigger loadEventEnd event is detected, and sending second type script error reporting information to the server when the trigger loadEventEnd event is detected to be absent;
the detection module is also used for detecting whether the reported mark exists at present; the reported identification corresponds to the webpage;
the device also comprises an identification setting module; the identifier setting module is configured to set the reported identifier after the error reporting information sending module sends the script error reporting information to the server when the detection module detects that the reported identifier does not exist currently.
9. The apparatus of claim 8, further comprising an identity clearing module; and the identifier clearing module is used for clearing the reported identifier when the webpage access is finished.
10. A computer-readable storage medium, storing a computer program which, when executed by a processor, causes the processor to carry out the steps of the method according to any one of claims 1 to 5.
11. A computer device comprising a memory and a processor, the memory storing a computer program that, when executed by the processor, causes the processor to perform the steps of the method according to any one of claims 1 to 5.
CN201910769023.1A 2019-08-20 2019-08-20 Webpage alarm monitoring method, script error reporting method, device and computer equipment Active CN110569167B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910769023.1A CN110569167B (en) 2019-08-20 2019-08-20 Webpage alarm monitoring method, script error reporting method, device and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910769023.1A CN110569167B (en) 2019-08-20 2019-08-20 Webpage alarm monitoring method, script error reporting method, device and computer equipment

Publications (2)

Publication Number Publication Date
CN110569167A CN110569167A (en) 2019-12-13
CN110569167B true CN110569167B (en) 2022-05-27

Family

ID=68774004

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910769023.1A Active CN110569167B (en) 2019-08-20 2019-08-20 Webpage alarm monitoring method, script error reporting method, device and computer equipment

Country Status (1)

Country Link
CN (1) CN110569167B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113364602A (en) * 2020-03-03 2021-09-07 阿里巴巴集团控股有限公司 Method, device and storage medium for triggering page fault alarm
CN113051330A (en) * 2021-04-13 2021-06-29 福州外语外贸学院 Real-time environment monitoring method and device based on big data and computer equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102681929A (en) * 2011-03-15 2012-09-19 腾讯科技(深圳)有限公司 Webpage script error monitoring method and system
CN110119334A (en) * 2018-02-06 2019-08-13 阿里巴巴集团控股有限公司 A kind of page script monitoring method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10656984B2 (en) * 2016-08-08 2020-05-19 Quantum Metric, Inc. Techniques for monitoring user interactions and operation of a website to detect frustration events

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102681929A (en) * 2011-03-15 2012-09-19 腾讯科技(深圳)有限公司 Webpage script error monitoring method and system
CN110119334A (en) * 2018-02-06 2019-08-13 阿里巴巴集团控股有限公司 A kind of page script monitoring method and device

Also Published As

Publication number Publication date
CN110569167A (en) 2019-12-13

Similar Documents

Publication Publication Date Title
US11367022B2 (en) System and method for evaluating and deploying unsupervised or semi-supervised machine learning models
CN110008455B (en) Table editing method, apparatus, computer device and storage medium
CN108848142B (en) Message pushing method and device, computer equipment and storage medium
CN108399124B (en) Application testing method and device, computer equipment and storage medium
CN108256322B (en) Security testing method and device, computer equipment and storage medium
CN107329894B (en) Application program system testing method and device and electronic equipment
CN110569167B (en) Webpage alarm monitoring method, script error reporting method, device and computer equipment
US11093319B2 (en) Automated recovery of webpage functionality
CN112035186A (en) Preloading and jumping method, device, equipment and medium of H5 page
CN111581055B (en) Control method and device of business system, electronic equipment and readable storage medium
CN112202633A (en) Block chain network testing method and device, electronic equipment and readable storage medium
CN112115167A (en) Cache system hot spot data access method, device, equipment and storage medium
CN111666171A (en) Fault identification method and device, electronic equipment and readable storage medium
CN111581672A (en) Method, system, computer device and readable storage medium for webpage tampering detection
CN112866319A (en) Log data processing method, system and storage medium
WO2021139139A1 (en) Permission abnormality detection method and apparatus, computer device, and storage medium
CN111638439A (en) Communication module testing method, device, computer equipment and storage medium
CN113158177A (en) Dynamic measurement method, device, equipment and storage medium
CN114629875A (en) Active detection domain name brand protection method and device
CN114549193A (en) List screening method, apparatus, device, storage medium and program product
CN109740386B (en) Method and device for detecting static resource file
CN112187564A (en) vSAN performance test method, apparatus, computer device and storage medium
CN112463783A (en) Index data monitoring method and device, computer equipment and storage medium
CA3129150C (en) Interface message test method and device, computer equipment and storage medium
CN110515971B (en) Program statement processing method, device, computer equipment and computer storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 40018723

Country of ref document: HK

SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant