CN104834643A - Fast common gateway interface file analysis method and apparatus - Google Patents

Fast common gateway interface file analysis method and apparatus Download PDF

Info

Publication number
CN104834643A
CN104834643A CN201410047730.7A CN201410047730A CN104834643A CN 104834643 A CN104834643 A CN 104834643A CN 201410047730 A CN201410047730 A CN 201410047730A CN 104834643 A CN104834643 A CN 104834643A
Authority
CN
China
Prior art keywords
cgi
gateway interface
common gateway
file
quick
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
Application number
CN201410047730.7A
Other languages
Chinese (zh)
Other versions
CN104834643B (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
Tencent Cloud Computing Beijing 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 CN201410047730.7A priority Critical patent/CN104834643B/en
Publication of CN104834643A publication Critical patent/CN104834643A/en
Application granted granted Critical
Publication of CN104834643B publication Critical patent/CN104834643B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

Embodiments of the present invention provide a fast common gateway interface file analysis method and apparatus. The method comprises: loading a fast common gateway interface file, and acquiring a request parameter and a request method of the fast common gateway interface file; according to the request parameter and the request method, running the fast common gateway interface file in a process; and sampling resources occupied by the process during running of the process, and determining performance of the fast common gateway interface according to a sampling result of the resources occupied by the process. The fast common gateway interface file analysis method and apparatus provided by the present invention significantly improve performance analysis efficiency of the fast common gateway interface file.

Description

A kind of CGI (Common Gateway Interface) file analysis method and apparatus fast
Technical field
Embodiment of the present invention relates to technical field of information processing, more specifically, relates to a kind of CGI (Common Gateway Interface) (FastCGI) file analysis method and apparatus fast.
Background technology
CGI (Common Gateway Interface) (CGI, Common Gateway Interface) is that on hypertext transfer protocol (HTTP) server and machine, program carries out a kind of instrument of linking up, and its program must operate on the webserver (Web Server).CGI can use any one language compilation, as long as this language has standard input, output and environmental variance.As php, perl, tcl etc.
FastCGI similarly is a kind of CGI of resident (long-live) type.It can perform always, also supports distributed computing, and namely FastCGI program can the main frame beyond Website server perform and the request of acceptance from other Website server.FastCGI is that language has nothing to do, the open expansion of the CGI of scalable architecture, and its main behavior CGI interpreter process is remained in internal memory and therefore obtains higher performance.In various applied environment, often need to analyze FastCGI file, consume with the CPU obtaining each function in FastCGI file.
The analytical performance instrument GProf that GNU C++ compiler carries, can by adding option-pg when compiling link, compiling executable program is out made operationally to generate intermediate file, and by the consumption of the CPU that the analysis of intermediate file carried out to each function in acquisition program.
But GProf must recompilate code, need the source code obtaining CGI file just can analyze CGI file performance, therefore analysis efficiency is low.And GProf is only suitable for the program of complete independent operating, the CGI file performed under being not suitable for analyzing webserver framework.
Summary of the invention
Embodiment of the present invention proposes a kind of CGI (Common Gateway Interface) file analysis method fast, to get final product Study document performance without the need to obtaining source code, thus improves analysis efficiency.
Embodiment of the present invention also proposed a kind of CGI (Common Gateway Interface) file analysis device fast, with can Study document performance without the need to obtaining source code, thus improves analysis efficiency.
The concrete scheme of embodiment of the present invention is as follows:
A kind of CGI (Common Gateway Interface) file analysis method fast, the method comprises:
Load quick CGI (Common Gateway Interface) file, and obtain required parameter and the requesting method of described quick CGI (Common Gateway Interface) file;
According to described request parameter and requesting method, in process, run described quick CGI (Common Gateway Interface) file;
In the operational process of described process, take resource to described process sample, and take based on described process the performance that resource sampled result determines described quick CGI (Common Gateway Interface) file.
A kind of CGI (Common Gateway Interface) file analysis device fast, comprises loader, CGI (Common Gateway Interface) information database and performance analyser, wherein:
Loader, for loading quick CGI (Common Gateway Interface) file, and obtains required parameter and the requesting method of described quick CGI (Common Gateway Interface) file from CGI (Common Gateway Interface) information database; And according to described request parameter and requesting method, in process, run described quick CGI (Common Gateway Interface) file;
CGI (Common Gateway Interface) information database, for preserving required parameter and the requesting method of quick CGI (Common Gateway Interface) file;
Performance analyser, samples for taking resource to described process in the operational process of described process, and takies based on described process the performance that resource sampled result determines described quick CGI (Common Gateway Interface) file.
As can be seen from technique scheme, in embodiments of the present invention, load quick CGI (Common Gateway Interface) file, and obtain required parameter and the requesting method of described quick CGI (Common Gateway Interface) file; According to described request parameter and requesting method, in process, run described quick CGI (Common Gateway Interface) file; In the operational process of described process, take resource to described process sample, and take based on described process the performance that resource sampled result determines described quick CGI (Common Gateway Interface) file.As can be seen here, embodiment of the present invention utilizes process to load and runs quick CGI (Common Gateway Interface) file, take resource to process again to sample, thus take by process the performance that resource sampled result derives CGI (Common Gateway Interface) file, and without the need to the source code of quick CGI (Common Gateway Interface) file, therefore significantly improve performance evaluation efficiency.
Further, embodiment of the present invention directly can carry out performance evaluation to the quick CGI (Common Gateway Interface) file after compiling, and is not limited to and only carries out performance evaluation to executable file.
In addition, embodiment of the present invention, by analyzing the number of sampled point, can be reflected the situation consuming time of CPU, thus can be embodied the performance of CGI (Common Gateway Interface) file.
Accompanying drawing explanation
Fig. 1 is according to embodiment of the present invention quick CGI (Common Gateway Interface) file analysis method flow diagram;
Fig. 2 is according to embodiment of the present invention quick CGI (Common Gateway Interface) file analysis structure drawing of device;
Fig. 3 is according to embodiment of the present invention quick CGI (Common Gateway Interface) file analysis schematic diagram;
Fig. 4 is according to embodiment of the present invention results of performance analysis schematic diagram.
Embodiment
For making the object, technical solutions and advantages of the present invention clearly, below in conjunction with accompanying drawing, the present invention is described in further detail.
Fig. 1 is according to the quick CGI (Common Gateway Interface) of embodiment of the present invention (FastCGI) file analysis method flow diagram.
As shown in Figure 1, the method comprises:
Step 101: load quick CGI (Common Gateway Interface) file, and the required parameter and the requesting method that obtain described quick CGI (Common Gateway Interface) file.
Here, the filename of quick CGI (Common Gateway Interface) file can be obtained; And utilize described filename to inquire about in the CGI (Common Gateway Interface) information database set up in advance to correspond to the required parameter of this filename and requesting method.
In CGI (Common Gateway Interface) information database, be called index with the file of quick CGI (Common Gateway Interface) file, store the requesting method (GET/POST etc. of http protocol) needed for quick CGI (Common Gateway Interface) running paper and required parameter.
Step 102: according to described request parameter and requesting method, runs described quick CGI (Common Gateway Interface) file in process.
Here, the handle of this quick CGI (Common Gateway Interface) file can be obtained; The required parameter obtain inquiry and requesting method are set to the system environment variable of this process, according to the principal function of this quick CGI (Common Gateway Interface) file of described handle acquiring, and in this process, run described principal function when enabling timer, until the timing of described timer arrives simultaneously.
Such as, quick CGI (Common Gateway Interface) file can be run in loader.
Traditional WebServer systematic comparison is complicated, usually involves a lot of module, is difficult to if directly analyzed WebServer the performance getting quick CGI (Common Gateway Interface) file.Therefore, by running quick CGI (Common Gateway Interface) file in loader, be equivalent to add a shell to quick CGI (Common Gateway Interface) file, quick CGI (Common Gateway Interface) file can be run as process, thus be convenient to follow-uply analyze to obtain the performance of quick CGI (Common Gateway Interface) file to this.
Step 103: in the operational process of described process, resource is taken to described process and sample, and take based on described process the performance that resource sampled result determines described quick CGI (Common Gateway Interface) file.
Here, in the operational process of described process, cpu resource is taken to described process and samples, and the function name recorded performed by each sample point CPU and call stack information; The function name recorded according to each sampled point again determines the sampled point number that each function calls, and sorts to the sampled point number called in path be made up of function according to described call stack information; Finally, according to the sequence of sampled point number from many to few, determine that predetermined number to call path using as performance optimization object.
In one embodiment, can adopt and open dynamic link library dlopen function and load quick CGI (Common Gateway Interface) file, and call sign corresponding address returns the principal function that dlsym function obtains this quick CGI (Common Gateway Interface) file.
Although enumerate some concrete functions above in detail for loading the principal function of quick CGI (Common Gateway Interface) file and the quick CGI (Common Gateway Interface) file of acquisition, those skilled in the art can recognize, this enumerating is only exemplary, and is not used in and limits embodiment of the present invention.
Based on above-mentioned labor, embodiment of the present invention also proposed a kind of CGI (Common Gateway Interface) file analysis device fast.
Fig. 2 is the quick CGI (Common Gateway Interface) file analysis structure drawing of device according to embodiment of the present invention.
As shown in Figure 2, comprise loader 201, CGI (Common Gateway Interface) information database 202 and performance analyser 203, wherein:
Loader 201, for loading quick CGI (Common Gateway Interface) file, and obtains required parameter and the requesting method of described quick CGI (Common Gateway Interface) file from CGI (Common Gateway Interface) information database; And according to described request parameter and requesting method, in process, run described quick CGI (Common Gateway Interface) file;
CGI (Common Gateway Interface) information database 202, for preserving required parameter and the requesting method of quick CGI (Common Gateway Interface) file;
Performance analyser 203, samples for taking resource to described process in the operational process of described process, and takies based on described process the performance that resource sampled result determines described quick CGI (Common Gateway Interface) file.
In one embodiment:
Loader 201, for obtaining the filename of quick CGI (Common Gateway Interface) file; And utilize described filename to inquire about in this CGI (Common Gateway Interface) information database to correspond to the required parameter of this filename and requesting method.
In one embodiment:
Loader 201, obtains the handle of this quick CGI (Common Gateway Interface) file; And required parameter inquiry obtained and requesting method are set to the system environment variable of this process, according to the principal function of this quick CGI (Common Gateway Interface) file of described handle acquiring, and in this process, run described principal function when enabling timer, until the timing of described timer arrives simultaneously.
In one embodiment:
Performance analyser 203, in the operational process of described process, takies cpu resource to described process and samples, and the function name recorded performed by each sample point CPU and call stack information; Determine according to the function name that each sampled point records the sampled point number that each function calls, and according to described call stack information, the sampled point number called in path be made up of function is sorted; According to the sequence of sampled point number from many to few, determine that predetermined number to call path using as performance optimization object.
In one embodiment:
Loader 201, opens dynamic link library dlopen function and load quick CGI (Common Gateway Interface) file, and call sign corresponding address returns the principal function that dlsym function obtains this quick CGI (Common Gateway Interface) file for employing.
Fig. 3 is the schematic diagram according to the quick CGI (Common Gateway Interface) file analysis of embodiment of the present invention.
In this analytic process, be input as compiled quick CGI (Common Gateway Interface) file; Output rusults is: the fast hotspot path figure of the Calling of CGI (Common Gateway Interface) file, therefrom can show that consumption CPU's calls path as follow-up optimization reference.
As shown in Figure 3, wherein loader is for simulating the function of WebServer, is namely loaded into quick CGI (Common Gateway Interface) file and runs.
Quick CGI (Common Gateway Interface) file is non-executable file, and performance analyser is used for carrying out performance analysis to operating process, and the WebServer systematic comparison complexity on conventional meaning involves a lot of module, directly WebServer is analyzed and be difficult to the performance getting quick CGI (Common Gateway Interface) file, therefore embodiment of the present invention adopts loader be loaded into quick CGI (Common Gateway Interface) file and run, be equivalent to add a shell to quick CGI (Common Gateway Interface) file, quick CGI (Common Gateway Interface) file can be run as process.
In CGI (Common Gateway Interface) information database, be called index with the file of quick CGI (Common Gateway Interface) file, store the requesting method (GET/POST etc. of http protocol) needed for quick CGI (Common Gateway Interface) running paper and required parameter.
Performance analyser, during for running quick CGI (Common Gateway Interface) file at loader, carries out performance evaluation to loader thus indirect analysis goes out the performance of quick CGI (Common Gateway Interface) file.
Performance analyser can be analyzed cpu performance based on the strategy of sampling.
Below in conjunction with concrete utility function, this processing procedure is described in detail.
First, loader calls the system function dlopen of Linux, is come in by quick CGI (Common Gateway Interface) files loading, and obtains the handle of quick CGI (Common Gateway Interface) file.
Then, loader is called index with the file of quick CGI (Common Gateway Interface) file, to CGI (Common Gateway Interface) information database initiate inquiry request, with obtain quick CGI (Common Gateway Interface) file perform required for requesting method and request function; CGI (Common Gateway Interface) information database returns the requesting method (GET/POST) required for the execution of quick CGI (Common Gateway Interface) file to loader and asks function.
Then, the required parameter obtained and requesting method are set to system environment variable by loader, and call the system function dlsym of Linux, according to the principal function (main function) of the quick CGI (Common Gateway Interface) file of handle acquiring obtained, and start a timer (timing 10-20 second), bring into operation main function simultaneously.
If timer does not stop just again running until timer stops at the end of main function operation.Because the main function timing of major part (about more than 95%) is all very short, above-mentioned this timing strategy can allow performance analyser have sufficient time to sample
The 10-20 second that it should be noted that timer is empirical value, can ensure enough analysis times, and consuming time again can not be long.In fact, the timing of timer can change based on the difference of demand and applied environment.
Then, in the process that performance analyser runs at loader, cpu performance analysis is carried out to the process at loader place, per secondly carry out multiple repairing weld (such as more than 10000 times, to ensure enough degree of accuracy), and record the function of each sample point CPU execution, the information such as call stack.
Finally, performance analyser is according to the function name of each sampled point of upper step record, inverse goes out the number of the sampled point of each function call, and carry out sorting and concluding in conjunction with call stack information, export the results of performance analysis of quick CGI (Common Gateway Interface) file, thus for providing auxiliary for the performance optimization of quick CGI (Common Gateway Interface) file, wherein sampled point is more, illustrate that CPU is consuming time more herein, thus the entirety consuming time situation of CPU when performing quick CGI (Common Gateway Interface) file can be reflected.
Fig. 4 is according to embodiment of the present invention results of performance analysis schematic diagram.
As shown in Figure 4, main function call function 1, function 2 sum functions 3, and function 1 call function 4, function 2 call function 5, function 3 call function 6, the numeral wherein arrow marked is that this calls the number of place's sampled point.
That arrives function 4 for principal function again to function 1 calls path 1, adopts point data to be 12+12=24.
That arrives function 5 for principal function again to function 2 calls path 2, adopts point data to be 60+60=120.
That arrives function 6 for principal function again to function 3 calls path 2, adopts point data to be 20+20=40.
As can be seen here, call path 2 and occupy maximum cpu resources, what be consumption CPU calls path, can carry out emphasis optimization to calling path 2.
In fact, can specifically implement by various ways the quick CGI (Common Gateway Interface) file analysis method and apparatus that embodiment of the present invention proposes.
Such as, the application programming interfaces of certain specification can be followed, quick CGI (Common Gateway Interface) file analysis method is written as the plug-in card program be installed in PC, mobile terminal etc., also can be encapsulated as application program and download use voluntarily for user.When being written as plug-in card program, the multiple card format such as ocx, dll, cab can be implemented as.Also can implement by the concrete technology such as Flash plug-in unit, RealPlayer plug-in unit, MMS plug-in unit, MIDI staff plug-in unit, ActiveX plug-in unit the quick CGI (Common Gateway Interface) file analysis method that embodiment of the present invention proposes.
The quick CGI (Common Gateway Interface) file analysis method that embodiment of the present invention is proposed by the storing mode that can be stored by instruction or instruction set is stored on various storage medium.These storage mediums include, but are not limited to: floppy disk, CD, DVD, hard disk, flash memory, USB flash disk, CF card, SD card, mmc card, SM card, memory stick (Memory Stick), xD card etc.
In addition, the quick CGI (Common Gateway Interface) file analysis method that embodiment of the present invention can also be proposed is applied in the storage medium based on flash memory (Nand flash), such as USB flash disk, CF card, SD card, SDHC card, mmc card, SM card, memory stick, xD card etc.
In sum, in embodiments of the present invention, load quick CGI (Common Gateway Interface) file, and obtain required parameter and the requesting method of described quick CGI (Common Gateway Interface) file; According to described request parameter and requesting method, in process, run described quick CGI (Common Gateway Interface) file; In the operational process of described process, take resource to described process sample, and take based on described process the performance that resource sampled result determines described quick CGI (Common Gateway Interface) file.As can be seen here, embodiment of the present invention utilizes process to load and runs quick CGI (Common Gateway Interface) file, take resource to process again to sample, thus take by process the performance that resource sampled result derives CGI (Common Gateway Interface) file, and without the need to the source code of quick CGI (Common Gateway Interface) file, therefore significantly improve performance evaluation efficiency.
And, by analyzing the number of sampled point, can be reflected the situation consuming time of CPU, thus can be embodied the performance of CGI (Common Gateway Interface) file.
The above, be only preferred embodiment of the present invention, be not intended to limit protection scope of the present invention.Within the spirit and principles in the present invention all, any amendment done, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. a quick CGI (Common Gateway Interface) file analysis method, it is characterized in that, the method comprises:
Load quick CGI (Common Gateway Interface) file, and obtain required parameter and the requesting method of described quick CGI (Common Gateway Interface) file;
According to described request parameter and requesting method, in process, run described quick CGI (Common Gateway Interface) file;
In the operational process of described process, take resource to described process sample, and take based on described process the performance that resource sampled result determines described quick CGI (Common Gateway Interface) file.
2. quick CGI (Common Gateway Interface) file analysis method according to claim 1, is characterized in that, required parameter and the requesting method of the described quick CGI (Common Gateway Interface) file of described acquisition comprise:
Obtain the filename of quick CGI (Common Gateway Interface) file;
Utilize described filename to inquire about in the CGI (Common Gateway Interface) information database set up in advance and correspond to the required parameter of this filename and requesting method.
3. quick CGI (Common Gateway Interface) file analysis method according to claim 1, is characterized in that, describedly in process, runs described quick CGI (Common Gateway Interface) file comprise:
Obtain the handle of this quick CGI (Common Gateway Interface) file;
The required parameter obtain inquiry and requesting method are set to the system environment variable of this process, according to the principal function of this quick CGI (Common Gateway Interface) file of described handle acquiring, and in this process, run described principal function when enabling timer, until the timing of described timer arrives simultaneously.
4. quick CGI (Common Gateway Interface) file analysis method according to claim 1, it is characterized in that, describedly in the operational process of described process, resource is taken to described process and samples, and take resource sampled result based on described process and determine that the performance of described quick CGI (Common Gateway Interface) file comprises:
In the operational process of described process, cpu resource is taken to described process and samples, and the function name recorded performed by each sample point CPU and call stack information;
Determine according to the function name that each sampled point records the sampled point number that each function calls, and according to described call stack information, the sampled point number called in path be made up of function is sorted;
According to the sequence of sampled point number from many to few, determine that predetermined number to call path using as performance optimization object.
5. quick CGI (Common Gateway Interface) file analysis method according to claim 3, is characterized in that,
Employing is opened dynamic link library dlopen function and is loaded quick CGI (Common Gateway Interface) file, and call sign corresponding address returns the principal function that dlsym function obtains this quick CGI (Common Gateway Interface) file.
6. a quick CGI (Common Gateway Interface) file analysis device, is characterized in that, comprises loader, CGI (Common Gateway Interface) information database and performance analyser, wherein:
Loader, for loading quick CGI (Common Gateway Interface) file, and obtains required parameter and the requesting method of described quick CGI (Common Gateway Interface) file from CGI (Common Gateway Interface) information database; And according to described request parameter and requesting method, in process, run described quick CGI (Common Gateway Interface) file;
CGI (Common Gateway Interface) information database, for preserving required parameter and the requesting method of quick CGI (Common Gateway Interface) file;
Performance analyser, samples for taking resource to described process in the operational process of described process, and takies based on described process the performance that resource sampled result determines described quick CGI (Common Gateway Interface) file.
7. quick CGI (Common Gateway Interface) file analysis device according to claim 6, is characterized in that,
Loader, for obtaining the filename of quick CGI (Common Gateway Interface) file; And utilize described filename to inquire about in this CGI (Common Gateway Interface) information database to correspond to the required parameter of this filename and requesting method.
8. quick CGI (Common Gateway Interface) file analysis device according to claim 7, is characterized in that,
Loader, obtains the handle of this quick CGI (Common Gateway Interface) file; And required parameter inquiry obtained and requesting method are set to the system environment variable of this process, according to the principal function of this quick CGI (Common Gateway Interface) file of described handle acquiring, and in this process, run described principal function when enabling timer, until the timing of described timer arrives simultaneously.
9. quick CGI (Common Gateway Interface) file analysis device according to claim 6, is characterized in that,
Performance analyser, in the operational process of described process, takies cpu resource to described process and samples, and the function name recorded performed by each sample point CPU and call stack information; Determine according to the function name that each sampled point records the sampled point number that each function calls, and according to described call stack information, the sampled point number called in path be made up of function is sorted; According to the sequence of sampled point number from many to few, determine that predetermined number to call path using as performance optimization object.
10. quick CGI (Common Gateway Interface) file analysis device according to claim 6, is characterized in that,
Loader, opens dynamic link library dlopen function and load quick CGI (Common Gateway Interface) file, and call sign corresponding address returns the principal function that dlsym function obtains this quick CGI (Common Gateway Interface) file for employing.
CN201410047730.7A 2014-02-11 2014-02-11 A kind of quick common gateway interface file analysis method and apparatus Active CN104834643B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410047730.7A CN104834643B (en) 2014-02-11 2014-02-11 A kind of quick common gateway interface file analysis method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410047730.7A CN104834643B (en) 2014-02-11 2014-02-11 A kind of quick common gateway interface file analysis method and apparatus

Publications (2)

Publication Number Publication Date
CN104834643A true CN104834643A (en) 2015-08-12
CN104834643B CN104834643B (en) 2019-06-14

Family

ID=53812539

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410047730.7A Active CN104834643B (en) 2014-02-11 2014-02-11 A kind of quick common gateway interface file analysis method and apparatus

Country Status (1)

Country Link
CN (1) CN104834643B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105260183A (en) * 2015-10-14 2016-01-20 浪潮(北京)电子信息产业有限公司 C++ based webpage access request response method and system
CN105337791A (en) * 2014-08-14 2016-02-17 腾讯科技(深圳)有限公司 Data monitoring method and device
CN106790541A (en) * 2016-12-22 2017-05-31 武汉斗鱼网络科技有限公司 Data capture method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1238495A (en) * 1998-05-11 1999-12-15 国际商业机器公司 Application availability and response monitoring and reporting for distributed computing environments
CN102521098A (en) * 2011-11-23 2012-06-27 中兴通讯股份有限公司 Processing method and processing device for monitoring dead halt of CPU (Central Processing Unit)
CN102663133A (en) * 2012-04-28 2012-09-12 广东威创视讯科技股份有限公司 File transmission method and file transmission device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1238495A (en) * 1998-05-11 1999-12-15 国际商业机器公司 Application availability and response monitoring and reporting for distributed computing environments
CN102521098A (en) * 2011-11-23 2012-06-27 中兴通讯股份有限公司 Processing method and processing device for monitoring dead halt of CPU (Central Processing Unit)
CN102663133A (en) * 2012-04-28 2012-09-12 广东威创视讯科技股份有限公司 File transmission method and file transmission device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
唐建智等: ""基于FastCGI的分布式集群WebGIS研究"", 《计算机应用研究》 *
王海明等: ""具有可伸缩特性的FastCGI技术研究"", 《计算机工程与应用》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105337791A (en) * 2014-08-14 2016-02-17 腾讯科技(深圳)有限公司 Data monitoring method and device
CN105260183A (en) * 2015-10-14 2016-01-20 浪潮(北京)电子信息产业有限公司 C++ based webpage access request response method and system
CN105260183B (en) * 2015-10-14 2019-03-15 浪潮(北京)电子信息产业有限公司 A kind of accessing page request response method and system based on C++
CN106790541A (en) * 2016-12-22 2017-05-31 武汉斗鱼网络科技有限公司 Data capture method and device
CN106790541B (en) * 2016-12-22 2019-06-21 武汉斗鱼网络科技有限公司 Data capture method and device

Also Published As

Publication number Publication date
CN104834643B (en) 2019-06-14

Similar Documents

Publication Publication Date Title
CN109308254B (en) Test method, test device and test equipment
US8954936B2 (en) Enhancing functional tests coverage using traceability and static analysis
CN109062780B (en) Development method of automatic test case and terminal equipment
CN105183592B (en) Method and apparatus for supporting performance evaluation
CN108197027B (en) Software performance optimization method, storable medium, computer program
CN109597618B (en) Program development method, program development device, computer device, and storage medium
CN112068852B (en) Method, system, equipment and medium for installing open-source software based on domestic server
CN109614325B (en) Method and device for determining control attribute, electronic equipment and storage medium
CN108664247B (en) Page template data interaction method and device
CN115686606A (en) Method, device, system and medium for displaying item dependency tree
CN115061912A (en) Test case generation and test method, system and medium
CN104834643A (en) Fast common gateway interface file analysis method and apparatus
CN112433940A (en) Software development kit SDK testing method and related equipment
CN115994085A (en) Code coverage rate test processing method, device, equipment and storage medium
CN112632419A (en) Domain name pre-resolution configuration method and device, computer equipment and storage medium
CN110347588B (en) Software verification method, device, computer equipment and storage medium
CN112861138A (en) Software security analysis method and analysis device, electronic device, and storage medium
CN111666201A (en) Regression testing method, device, medium and electronic equipment
US9672020B2 (en) Selectively loading precompiled header(s) and/or portion(s) thereof
CN110990001A (en) IVR (Interactive Voice response) process execution method and device
CN115629762A (en) JSON data processing method and device, electronic equipment and storage medium
CN111151008B (en) Verification method and device for game operation data, configuration background and medium
CN110309499B (en) Device for generating examination report and method for generating examination report online
CN112114794A (en) Automatic generation method and device of website application program and computer storage medium
CN112346981A (en) Joint debugging test coverage rate detection method and system

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
TR01 Transfer of patent right

Effective date of registration: 20210917

Address after: 518057 Tencent Building, No. 1 High-tech Zone, Nanshan District, Shenzhen City, Guangdong Province, 35 floors

Patentee after: TENCENT TECHNOLOGY (SHENZHEN) Co.,Ltd.

Patentee after: TENCENT CLOUD COMPUTING (BEIJING) Co.,Ltd.

Address before: 2, 518044, East 403 room, SEG science and Technology Park, Zhenxing Road, Shenzhen, Guangdong, Futian District

Patentee before: TENCENT TECHNOLOGY (SHENZHEN) Co.,Ltd.

TR01 Transfer of patent right