CN106294408A - The method and apparatus that the Asynchronous Request of dynamic web page is monitored - Google Patents
The method and apparatus that the Asynchronous Request of dynamic web page is monitored Download PDFInfo
- Publication number
- CN106294408A CN106294408A CN201510266632.7A CN201510266632A CN106294408A CN 106294408 A CN106294408 A CN 106294408A CN 201510266632 A CN201510266632 A CN 201510266632A CN 106294408 A CN106294408 A CN 106294408A
- Authority
- CN
- China
- Prior art keywords
- asynchronous
- monitoring
- web page
- response
- request
- 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.)
- Granted
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
Abstract
The embodiment of the present application discloses the method that the Asynchronous Request to dynamic web page is monitored.The method includes: receive the load request of the dynamic web page that browser sends;In response to described load request, send the dynamic web page file including at least monitoring script to browser;Wherein, described monitoring script is performed prior to other script in described dynamic web page file, when described monitoring script is performed, override the primary function that described browser calls when initiating Asynchronous Request, so that when described primary function is called, the monitoring function preset is performed, and described monitoring function is for monitoring the response time of described Asynchronous Request.According to the application, while service logic can being decoupled, it is possible to so that monitoring logic is applicable to different projects, i.e. monitoring logic can be used with spanned item mesh.The embodiment of the present application also discloses the supervising device of asynchronous network request.
Description
Technical field
The application relates to computer application field, particularly relates to supervise the Asynchronous Request of dynamic web page
The method and apparatus of control.
Background technology
Different from static Web page, dynamic web page is not the complete webpage being independently present on server
File.Wherein, the real time data in dynamic web page is present in the data base of dynamically renewal, works as server
When responding the webpage load request of browser, at the webpage literary composition of the dynamic web page that server returns to browser
Part does not comprise this portions of real time data, but contains some script files.When browser performs to be somebody's turn to do
During script file, just send Asynchronous Request to server, and as response, server obtains from data base
Take this portions of real time data, generate complete web page files based on real time data and return to browser.
Generally, while response Asynchronous Request, server also needs to be monitored this Asynchronous Request,
That is, the monitoring response time to this Asynchronous Request, so that it is determined that whether the response to this Asynchronous Request occurs
Abnormal, and use abnormality processing measure further according to whether abnormal deciding whether.
It is primarily present a kind of mode realizing monitoring in the related prior art.Wherein, a kind of realization side
Formula is: add monitoring logic in the service logic of web page files.During realizing the application, this
The inventor of application finds that in prior art, at least there are the following problems: in the first implementation, by
It is to be applied directly in service logic in monitoring logic, therefore exists closely between service logic and monitoring logic
Coupled relation, attendant is it should be understood that service logic or monitoring logic could be entered by two-part logic
Row is safeguarded, adds the difficulty of maintenance.
Summary of the invention
In order to solve above-mentioned technical problem, the embodiment of the present application provides the Asynchronous Request to dynamic web page and enters
Row monitoring method and apparatus, to decouple service logic, reduces the maintenance difficulties of attendant.
The embodiment of the present application discloses following technical scheme:
A kind of method that the Asynchronous Request of dynamic web page is monitored, including:
Receive the load request of the dynamic web page that browser sends;
In response to described load request, send the dynamic web page including at least monitoring script to described browser
File;
Wherein, described monitoring script is performed prior to other script in described dynamic web page file, works as institute
State monitoring script when being performed, override the primary function that described browser calls when initiating Asynchronous Request,
So that when described primary function is called, default monitoring function is performed, described monitoring function is used
In the response time monitoring described Asynchronous Request.
Preferably, described primary function include HTMLElement.prototype method and/or
The method of XMLHttpRequest.prototype.
Preferably, when the type of described Asynchronous Request is JSONP, described primary function is
The method of HTMLElement.prototype;When the type of described Asynchronous Request is XHR, described former
Raw function is the method for XMLHttpRequest.prototype.
Preferably, the process logic of described monitoring function is: by default monitoring function and Asynchronous Request shape
State event is bound, in order to described monitoring function monitors asynchronous response event, and will listen to asynchronous sound
The time answering event is labeled as the end time of asynchronous response;Send Asynchronous Request, and asynchronous asking will be sent
The time asked is labeled as the time started of asynchronous response;The time started of the described asynchronous response according to labelling
With the response time that the end time adds up described Asynchronous Request.
Preferably, described monitoring script is loaded prior to other script in described dynamic web page file.
A kind of device that the Asynchronous Request of dynamic web page is monitored, including:
Receive unit, for receiving the load request of the dynamic web page that browser sends;
Response unit, in response to described load request, sending including at least monitoring to described browser
The dynamic web page file of script;
Wherein, described monitoring script is performed prior to other script in described dynamic web page file, works as institute
State monitoring script when being performed, override the primary function that described browser calls when initiating Asynchronous Request,
So that when described primary function is called, default monitoring function is performed, described monitoring function is used
In the response time monitoring described Asynchronous Request.
Preferably, described primary function include HTMLElement.prototype method and/or
The method of XMLHttpRequest.prototype.
Preferably, when the type of described Asynchronous Request is JSONP, described primary function is
The method of HTMLElement.prototype;When the type of described Asynchronous Request is XHR, described former
Raw function is the method for XMLHttpRequest.prototype.
Preferably, the process logic of described monitoring function is: by default monitoring function and Asynchronous Request shape
State event is bound, in order to described monitoring function monitors asynchronous response event, and will listen to asynchronous sound
The time answering event is labeled as the end time of asynchronous response;Send Asynchronous Request, and asynchronous asking will be sent
The time asked is labeled as the time started of asynchronous response;The time started of the described asynchronous response according to labelling
With the response time that the end time adds up described Asynchronous Request.
Preferably, described monitoring script is loaded prior to other script in described dynamic web page file.
As can be seen from the above-described embodiment, compared with prior art, the advantage of the application is:
In this application, the primary function that monitoring function overriding browser provides is utilized, i.e. at primary letter
Number realizes monitoring logic, therefore, monitoring logic has been peeled off out from service logic, it is achieved that right
The decoupling of service logic, reduces the maintenance difficulties of attendant then.Further, since primary function is originally
Body has versatility, can use across multiple projects, therefore, when exploitation, for different projects,
Have only to call identical primary function, and write identical monitoring logic, i.e. monitoring logic can be fitted
For different projects.
Accompanying drawing explanation
In order to be illustrated more clearly that the embodiment of the present application or technical scheme of the prior art, below will be to reality
Execute the required accompanying drawing used in example or description of the prior art to be briefly described, it should be apparent that below,
Accompanying drawing in description is only some embodiments of the application, for those of ordinary skill in the art,
On the premise of not paying creative work, it is also possible to obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 schematically shows the exemplary application that presently filed embodiment can be implemented within
Scene;
A kind of Asynchronous Request to dynamic web page that Fig. 2 schematically shows according to the embodiment of the present application enters
The flow chart of the method for row monitoring;
Fig. 3 schematically shows the stream of a kind of process logic monitoring function according to the embodiment of the present application
Cheng Tu;
A kind of Asynchronous Request to dynamic web page that Fig. 4 schematically shows according to the embodiment of the present application enters
The example structure figure of the device of row monitoring.
Detailed description of the invention
Schematically showing presently filed embodiment with reference first to Fig. 1, Fig. 1 can be real wherein
The exemplary application scene executed.Wherein, at web page server 20, (web page server 20 can be clothes
Some in business device cluster is from node) preserve the web page files 21 of dynamic web page A, this webpage
File 21 only includes the non-real-time data in dynamic web page A and some script files, does not wraps
Containing real time data.Real time data in dynamic web page A is then saved in data base 30, and,
Real time data is dynamically to update.When browser 10 loads dynamic web page A, to web page server
20 send the load request 11 loading dynamic web page A, and as response, web page server 20 is to browsing
Device 10 returns the web page files 21 of dynamic web page A.Browser 10 loads dynamic according to web page files 21
State webpage, and when performing the script file in web page files 21, send to server and obtain in real time
The Asynchronous Request 12 of data, as response, web page server 20 obtains number in real time from data base 30
According to, and generate complete web page files 22 based on this portions of real time data, and return to browser 10.
Browser 10 reloads dynamic web page A according to complete web page files 22.Wherein, web service
Device 20 can be Web server, it is also possible to be other kinds of server, such as APP server.
It will be understood by those skilled in the art that the schematic diagram shown in Fig. 1 is only that embodiments of the present invention are permissible
The example being achieved wherein.The range of application of embodiment of the present invention is not appointed by this framework
The where restriction in face.Such as, " monitoring script " except can together with load web page files by net
Page server 20 is sent to outside browser 10, it is also possible to when installing browser 10, automatically will " prison
Control script " it is arranged on client this locality, once start browser 10, browser 10 can automatically load and hold
" monitoring script " that row is located locally.
Understandable, below in conjunction with the accompanying drawings for enabling the above-mentioned purpose of the application, feature and advantage to become apparent from
The embodiment of the present application is described in detail.
Embodiment of the method
Refer to what Fig. 2, Fig. 2 schematically showed according to the embodiment of the present application a kind of dynamic web page
The flow chart of the method that Asynchronous Request is monitored, such as, the method can be performed by web page server 20,
The method such as comprises the following steps:
Step 201: receive the load request of the dynamic web page that browser sends.
Step 202: in response to described load request, send moving including at least monitoring script to described browsing
State web page files.
Wherein, described monitoring script is performed prior to other script in described dynamic web page file, works as institute
State monitoring script when being performed, override the primary function that described browser calls when initiating Asynchronous Request,
So that when described primary function is called, default monitoring function is performed, described monitoring function is used
In the response time monitoring described Asynchronous Request.
Wherein, dynamic web page file is except including non-real-time data and initiating to obtain for triggering browser
Taking outside the script file of real time data, in this application, dynamic web page file also includes monitoring script.
Further, this monitoring script is performed prior to other script in dynamic web page file.It is to say, at first
Perform monitoring script, then perform other script in dynamic web page file successively.
Certainly, in a preferred implementation of the application, when browser loads dynamic web page file,
Can preferentially load monitoring script therein, reload other script, in order to monitoring script can be prior to it
Its script is performed by browser.
When browser performs monitoring script at first, trigger browser and utilize the monitoring function overriding preset clear
The primary function that device self of looking at is provided, wherein, browser is initiated asynchronous by calling this primary function
Request.After overriding, once browser calls this primary function, and be actually executed is default monitoring
Function rather than primary function, this monitoring function is for monitoring the response time of Asynchronous Request.
According to the type difference of the Asynchronous Request that browser is initiated, the primary function of overriding is the most different.Wherein,
When the type of Asynchronous Request is JSONP, this primary function is the side of HTMLElement.prototype
Method, particularly as follows: HTMLElement.prototype.appendChild method and
HTMLElement.prototype.insertBefore method.When the type of Asynchronous Request is XHR, should
Primary function is the method for XMLHttpRequest.prototype, particularly as follows:
XMLHttpRequest.prototype.open method and XMLHttpRequest.prototype.send method.
Therefore, if the type of Asynchronous Request is only JSONP, it is only necessary to overriding
The method of HTMLElement.prototype.If the type of Asynchronous Request is only XHR, it is only necessary to
The method of overriding XMLHttpRequest.prototype.If the type of Asynchronous Request both can be
JSONP, it is also possible to when being XHR, need to override simultaneously HTMLElement.prototype method and
The method of XMLHttpRequest.prototype.
In a preferred implementation of the application, as it is shown on figure 3, the process of above-mentioned monitoring function is patrolled
Volume it is: default monitoring function is bound with Asynchronous Request state event, in order to make the monitoring function can
To monitor asynchronous response event (wherein, when web page server 20 comprises number in real time to browser 10 return
According to web page files 22 time, trigger asynchronous response event), and the time of asynchronous response event will be listened to
It is labeled as the end time of asynchronous response;Send Asynchronous Request, and the time labelling of Asynchronous Request will be sent
Time started for asynchronous response;The time started of the asynchronous response according to labelling and end time statistics are different
The response time of step request.
Wherein, when the type of Asynchronous Request is JSONP, with the Asynchronous Request state monitoring function binding
Event includes but not limited to load event, error event and readystatechange event;Work as Asynchronous Request
Type when being XHR, include but not limited to the Asynchronous Request state event monitoring function binding
Readystatechange event.
Certainly, it should be noted that in addition to above-mentioned process logic, monitoring function can also use existing
The process logic having other form in technology realizes monitoring the function of the response time of Asynchronous Request.With existing
The difference having other monitoring function in technology is, in this application, this monitoring function also needs at mark
Note asynchronous response time started while or before, be responsible for send Asynchronous Request, i.e. realize primary letter
The function of number.
It addition, after the response time counting Asynchronous Request, according to the response time of Asynchronous Request just
May further determine that whether the response of this Asynchronous Request exception occurs.Browser 10 or web page server 20
Some abnormality processing measures are used according to whether abnormal may determine whether.
The scheme of the application is that the primary function provided based on browser realizes, it is adaptable to all kinds
Browser, such as, it is adaptable to IE8 and the browser of above version, use the various of webkit kernel
The browser of version, opera browser and firefox browser.
As can be seen from the above-described embodiment, compared with prior art, the advantage of the application is:
In this application, the primary function that monitoring function overriding browser provides is utilized, i.e. at primary letter
Number realizes monitoring logic, therefore, monitoring logic has been peeled off out from service logic, it is achieved that right
The decoupling of service logic, reduces the maintenance difficulties of attendant then.Further, since primary function is originally
Body has versatility, can use across multiple projects, therefore, when exploitation, for different projects,
Have only to call identical primary function, and write identical monitoring logic, i.e. monitoring logic can be fitted
For different projects.
Device embodiment
Corresponding with a kind of above-mentioned method that the Asynchronous Request of dynamic web page is monitored, the application
Embodiment additionally provides a kind of device being monitored the Asynchronous Request of dynamic web page.Refer to Fig. 4, figure
4 schematically show a kind of Asynchronous Request to dynamic web page according to the embodiment of the present application is monitored
The example structure figure of device, this device includes receiving unit 401 and response unit 402.Below in conjunction with
The operation principle of this device is further described its internal structure and annexation.
Receive unit 401, for receiving the load request of the dynamic web page that browser sends;
Response unit 402, in response to described load request, sending including at least prison to described browser
The dynamic web page file of control script.
Wherein, described monitoring script is performed prior to other script in described dynamic web page file, works as institute
State monitoring script when being performed, override the primary function that described browser calls when initiating Asynchronous Request,
So that when described primary function is called, default monitoring function is performed, described monitoring function is used
In the response time monitoring described Asynchronous Request.
In a preferred implementation of the application, described primary function includes
The method of HTMLElement.prototype and/or the method for XMLHttpRequest.prototype.
In another preferred implementation of the application, when the type of described Asynchronous Request is JSONP,
Described primary function is the method for HTMLElement.prototype;When the type of described Asynchronous Request is
During XHR, described primary function is the method for XMLHttpRequest.prototype.
In another preferred implementation of the application, the process logic of described monitoring function is: will be pre-
If monitoring function bind with Asynchronous Request state event, in order to described monitoring function monitor asynchronous sound
Answer event, and the time listening to asynchronous response event is labeled as the end time of asynchronous response;Send
Asynchronous Request, and the time sending Asynchronous Request is labeled as the time started of asynchronous response;According to labelling
Time started of described asynchronous response and the end time add up the response time of described Asynchronous Request.
In another preferred implementation of the application, described monitoring script is prior to described dynamic web page literary composition
Other script in part is loaded.
As can be seen from the above-described embodiment, compared with prior art, the advantage of the application is:
In this application, the primary function that monitoring function overriding browser provides is utilized, i.e. at primary letter
Number realizes monitoring logic, therefore, monitoring logic has been peeled off out from service logic, it is achieved that right
The decoupling of service logic, reduces the maintenance difficulties of attendant then.Further, since primary function is originally
Body has versatility, can use across multiple projects, therefore, when exploitation, for different projects,
Have only to call identical primary function, and write identical monitoring logic, i.e. monitoring logic can be fitted
For different projects.
The technical staff in described field is it can be understood that arrive, for convenience of description and succinctly, above-mentioned
The specific works process of the system, device and the unit that describe, be referred in preceding method embodiment is right
Answer process, do not repeat them here.
In several embodiments provided herein, it should be understood that disclosed system, device and
Method, can realize by another way.Such as, the device embodiment arrived described above is only
Schematically, such as, the division of described unit, it is only a kind of logic function and divides, actual when realizing
Can have other dividing mode, the most multiple unit or assembly can in conjunction with or be desirably integrated into another
System, or some features can ignore, or do not perform.Another point, shown or discussed each other
Coupling direct-coupling or communication connection can be the INDIRECT COUPLING by some interfaces, device or unit
Or communication connection, can be being electrical, mechanical or other form.
The described unit that illustrates as separating component can be or can also be physically separate, as
The parts that unit shows can be or may not be physical location, i.e. may be located at a place, or
Person can also be distributed on multiple NE.Can select according to the actual needs part therein or
All unit realizes the purpose of the present embodiment scheme.
It addition, each functional unit in each embodiment of the application can be integrated in a processing unit,
Can also be that unit is individually physically present, it is also possible to two or more unit are integrated in a list
In unit.Above-mentioned integrated unit both can realize to use the form of hardware, can use SFU software functional unit
Form realize.
It should be noted that one of ordinary skill in the art will appreciate that and realize in above-described embodiment method
All or part of flow process, can be by computer program and completes to instruct relevant hardware, described
Program can be stored in a computer read/write memory medium, and this program is upon execution, it may include as above-mentioned
The flow process of the embodiment of each method.Wherein, described storage medium can be magnetic disc, CD, read-only storage
Memory body (Read-Only Memory, ROM) or random store-memory body (Random Access
Memory, RAM) etc..
The method and apparatus being monitored the Asynchronous Request to dynamic web page provided herein above enters
Having gone and be discussed in detail, principle and the embodiment of the application are carried out by specific embodiment used herein
Illustrating, the explanation of above example is only intended to help and understands the present processes and core concept thereof;With
Time, for one of ordinary skill in the art, according to the thought of the application, in detailed description of the invention and should
All will change with in scope, in sum, this specification content should not be construed as the application's
Limit.
Claims (10)
1. the method that the Asynchronous Request of dynamic web page is monitored, it is characterised in that including:
Receive the load request of the dynamic web page that browser sends;
In response to described load request, send the dynamic web page including at least monitoring script to described browser
File;
Wherein, described monitoring script is performed prior to other script in described dynamic web page file, works as institute
State monitoring script when being performed, override the primary function that described browser calls when initiating Asynchronous Request,
So that when described primary function is called, default monitoring function is performed, described monitoring function is used
In the response time monitoring described Asynchronous Request.
Method the most according to claim 1, it is characterised in that described primary function includes
The method of HTMLElement.prototype and/or the method for XMLHttpRequest.prototype.
Method the most according to claim 2, it is characterised in that when the type of described Asynchronous Request is
During JSONP, described primary function is the method for HTMLElement.prototype;When described asynchronous please
When the type asked is XHR, described primary function is the method for XMLHttpRequest.prototype.
Method the most according to claim 1, it is characterised in that the process logic of described monitoring function
For: default monitoring function is bound with Asynchronous Request state event, in order to described monitoring function is supervised
Listen asynchronous response event, and at the end of the time listening to asynchronous response event is labeled as asynchronous response
Between;Send Asynchronous Request, and the time sending Asynchronous Request is labeled as the time started of asynchronous response;
When the time started of the described asynchronous response according to labelling and end time add up the response of described Asynchronous Request
Between.
Method the most as claimed in any of claims 1 to 4, it is characterised in that described monitoring
Script is loaded prior to other script in described dynamic web page file.
6. the device that the Asynchronous Request of dynamic web page is monitored, it is characterised in that including:
Receive unit, for receiving the load request of the dynamic web page that browser sends;
Response unit, in response to described load request, sending including at least monitoring to described browser
The dynamic web page file of script;
Wherein, described monitoring script is performed prior to other script in described dynamic web page file, works as institute
State monitoring script when being performed, override the primary function that described browser calls when initiating Asynchronous Request,
So that when described primary function is called, default monitoring function is performed, described monitoring function is used
In the response time monitoring described Asynchronous Request.
Device the most according to claim 6, it is characterised in that described primary function includes
The method of HTMLElement.prototype and/or the method for XMLHttpRequest.prototype.
Device the most according to claim 7, it is characterised in that when the type of described Asynchronous Request is
During JSONP, described primary function is the method for HTMLElement.prototype;When described asynchronous please
When the type asked is XHR, described primary function is the method for XMLHttpRequest.prototype.
Device the most according to claim 6, it is characterised in that the process logic of described monitoring function
For: default monitoring function is bound with Asynchronous Request state event, in order to described monitoring function is supervised
Listen asynchronous response event, and at the end of the time listening to asynchronous response event is labeled as asynchronous response
Between;Send Asynchronous Request, and the time sending Asynchronous Request is labeled as the time started of asynchronous response;
When the time started of the described asynchronous response according to labelling and end time add up the response of described Asynchronous Request
Between.
10. according to the device described in any one in claim 6 to 9, it is characterised in that described prison
Control script is loaded prior to other script in described dynamic web page file.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510266632.7A CN106294408B (en) | 2015-05-22 | 2015-05-22 | The method and apparatus that the Asynchronous Request of dynamic web page is monitored |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510266632.7A CN106294408B (en) | 2015-05-22 | 2015-05-22 | The method and apparatus that the Asynchronous Request of dynamic web page is monitored |
Publications (2)
Publication Number | Publication Date |
---|---|
CN106294408A true CN106294408A (en) | 2017-01-04 |
CN106294408B CN106294408B (en) | 2019-08-30 |
Family
ID=57633250
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510266632.7A Active CN106294408B (en) | 2015-05-22 | 2015-05-22 | The method and apparatus that the Asynchronous Request of dynamic web page is monitored |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106294408B (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108376092A (en) * | 2018-02-24 | 2018-08-07 | 金蝶软件(中国)有限公司 | A kind of control method and relevant apparatus of web pages component |
CN109446067A (en) * | 2018-09-26 | 2019-03-08 | 中国平安财产保险股份有限公司 | Method of data capture, device, computer equipment and storage medium |
CN115378925A (en) * | 2022-07-29 | 2022-11-22 | 广州博冠信息科技有限公司 | Abnormal request capturing method and device, electronic equipment and storage medium |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101042695A (en) * | 2006-03-20 | 2007-09-26 | 腾讯科技(深圳)有限公司 | Method for breviary displaying the result of page searching |
CN101222349A (en) * | 2007-01-12 | 2008-07-16 | 中国电信股份有限公司 | Method and system for collecting web user action and performance data |
US20080228927A1 (en) * | 2007-03-15 | 2008-09-18 | Microsoft Corporation | Server directed browsing |
CN103942135A (en) * | 2014-04-10 | 2014-07-23 | 国家电网公司 | Performance monitoring method based on SAP platform |
CN104468546A (en) * | 2014-11-27 | 2015-03-25 | 微梦创科网络科技(中国)有限公司 | Network information processing method and firewall device and system |
-
2015
- 2015-05-22 CN CN201510266632.7A patent/CN106294408B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101042695A (en) * | 2006-03-20 | 2007-09-26 | 腾讯科技(深圳)有限公司 | Method for breviary displaying the result of page searching |
CN101222349A (en) * | 2007-01-12 | 2008-07-16 | 中国电信股份有限公司 | Method and system for collecting web user action and performance data |
US20080228927A1 (en) * | 2007-03-15 | 2008-09-18 | Microsoft Corporation | Server directed browsing |
CN103942135A (en) * | 2014-04-10 | 2014-07-23 | 国家电网公司 | Performance monitoring method based on SAP platform |
CN104468546A (en) * | 2014-11-27 | 2015-03-25 | 微梦创科网络科技(中国)有限公司 | Network information processing method and firewall device and system |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108376092A (en) * | 2018-02-24 | 2018-08-07 | 金蝶软件(中国)有限公司 | A kind of control method and relevant apparatus of web pages component |
CN109446067A (en) * | 2018-09-26 | 2019-03-08 | 中国平安财产保险股份有限公司 | Method of data capture, device, computer equipment and storage medium |
CN109446067B (en) * | 2018-09-26 | 2024-09-13 | 中国平安财产保险股份有限公司 | Data collection method, device, computer equipment and storage medium |
CN115378925A (en) * | 2022-07-29 | 2022-11-22 | 广州博冠信息科技有限公司 | Abnormal request capturing method and device, electronic equipment and storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN106294408B (en) | 2019-08-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10877876B2 (en) | System and method for automated thin client contact center agent desktop testing | |
US10152382B2 (en) | Method and system for monitoring virtual machine cluster | |
CN110457197B (en) | Service testing method, device, computer equipment and storage medium | |
CN106681924B (en) | A kind of method for testing software and system | |
US20150100829A1 (en) | Method and system for selecting and executing test scripts | |
US20150100832A1 (en) | Method and system for selecting and executing test scripts | |
CN104516794B (en) | Backup method, the apparatus and system of database file | |
US20150100830A1 (en) | Method and system for selecting and executing test scripts | |
CN108255708B (en) | Method, device, storage medium and equipment for accessing production file in test environment | |
CN104809045B (en) | Running method and device of monitoring script | |
US20150100831A1 (en) | Method and system for selecting and executing test scripts | |
CN111416836B (en) | Nginx-based server maintenance method and device, computer equipment and storage medium | |
CN108268305A (en) | For the system and method for virtual machine scalable appearance automatically | |
CN106775793A (en) | A kind of Android application exempts to install method, device and the terminal for starting | |
CN106294408A (en) | The method and apparatus that the Asynchronous Request of dynamic web page is monitored | |
EP2959402B1 (en) | Architecture for remote access to content state | |
CN115242874B (en) | Network request agent optimization method, system, equipment and storage medium in application development stage | |
CN110413398B (en) | Task scheduling method and device, computer equipment and storage medium | |
CN116009984A (en) | Security arrangement and automatic response processing method and device and electronic equipment | |
CN109558179A (en) | Program code on-line loaded method, program code online upgrading method and system | |
CN115576788A (en) | Performance automatic test method and device, computer equipment and storage medium | |
CN114546842A (en) | Interface test method and device, storage medium and electronic equipment | |
CN114415939A (en) | Hard disk control method, hard disk control device, computer equipment, storage medium and program product | |
CN110445628B (en) | NGINX-based server and deployment and monitoring methods and devices thereof | |
CN110716972A (en) | Method and device for processing error of high-frequency calling external interface |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |