CN111858276A - Method and system for acquiring server pressure measurement data - Google Patents

Method and system for acquiring server pressure measurement data Download PDF

Info

Publication number
CN111858276A
CN111858276A CN202010642917.7A CN202010642917A CN111858276A CN 111858276 A CN111858276 A CN 111858276A CN 202010642917 A CN202010642917 A CN 202010642917A CN 111858276 A CN111858276 A CN 111858276A
Authority
CN
China
Prior art keywords
time
pressure measurement
server
data
measurement data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010642917.7A
Other languages
Chinese (zh)
Inventor
郭申
廖泉辉
张鹏飞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhuhai Seasun Mobile Game Technology Co ltd
Original Assignee
Zhuhai Seasun Mobile Game Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhuhai Seasun Mobile Game Technology Co ltd filed Critical Zhuhai Seasun Mobile Game Technology Co ltd
Priority to CN202010642917.7A priority Critical patent/CN111858276A/en
Publication of CN111858276A publication Critical patent/CN111858276A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3409Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3409Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
    • G06F11/3419Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment by assessing time
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a method and a system for acquiring server pressure measurement data, which relate to the technical field of computers and are used for realizing the following steps: analyzing the specific time consumption of each step in the http request process, and drawing a chart for providing data reference for subsequent optimization, such as time consumption of dns resolution; time consumed by tcp three-way handshake; ssl, etc., to provide data support for subsequent troubleshooting. The invention has the beneficial effects that: the method solves the time consumption situation of the whole process of web request, collects the time consumption of each stage, summarizes data, and forms a report for technical staff to refer to so as to solve the performance problem. The bottleneck of positioning performance is effectively supported by data, so that the function is realized simply and efficiently, and a plurality of errors caused by manual comparison are avoided.

Description

Method and system for acquiring server pressure measurement data
Technical Field
The invention relates to the technical field of computers, in particular to a method and a system for acquiring server pressure measurement data.
Background
In the process of pressure testing for services, testing a web interface is time-consuming and is a very common pressure testing task. Typically, only the total time consumption of one complete http request, i.e. the time consumption from the initiation of the request to the return of the request, is of interest. However, when analyzing the reason for a request that is time-consuming, not only the total time consumption of the whole process but also the time consumption of each step is required. Only if the time for each step of the process is obtained can it be determined which step slows down the entire process.
How to acquire the specific time consumption of each step is to acquire data with reference significance by acquiring data within a period of time or specified request times, so as to provide data support for subsequent searching problems, and the problem needs to be solved by openers.
Disclosure of Invention
In order to solve at least one of the technical problems in the prior art, the invention aims to provide a method and a system for obtaining server pressure measurement data, wherein the method and the system provide data reference for subsequent optimization by analyzing the specific time consumption of each step in the http request process and drawing a chart, such as the time consumption of dns analysis; time consumed by tcp three-way handshake; ssl, etc., to provide data support for subsequent troubleshooting.
The first aspect of the technical scheme adopted by the invention to solve the problems is as follows: a method for obtaining server pressure measurement data is characterized by comprising the following steps: s10, establishing communication connection according to the information of the server to be tested; s20, setting request parameters and starting a timing request; s30, inputting a specified command to acquire test data according to the timing request; and S40, performing summary analysis and test generation report according to the test data.
Has the advantages that: the method solves the time consumption situation of the whole process of web request, collects the time consumption of each stage, summarizes data, and forms a report for technical staff to refer to so as to solve the performance problem. Effective data support is provided for localization performance bottlenecks. In terms of function realization, the method is simple and efficient, and a plurality of errors caused by manual comparison are avoided.
According to the first aspect of the present invention, S10 further includes: s11, performing DNS domain name resolution on the website to acquire a corresponding IP address; s12, positioning the corresponding server according to the IP address, and establishing communication connection.
According to a first aspect of the invention, the communication connection is a TCP connection.
According to the first aspect of the present invention, S20 further includes: and S21, setting the frequency and the times of accessing the server to be tested.
According to the first aspect of the present invention, S30 further includes: and S31, acquiring the corresponding link of the timing request and acquiring corresponding data by adopting a curl command.
According to the first aspect of the present invention, S40 further includes: and S41, classifying the test data, and analyzing to obtain the time-consuming duration of each link in each request.
According to the first aspect of the present invention, the time-consuming duration of each link includes: DNS analysis time, TCP connection time, server overall response time, content return time, overall time consumption and data download rate.
The second aspect of the technical scheme adopted by the invention to solve the problems is as follows: a system for obtaining server pressure measurement data, comprising: the communication module is used for establishing communication connection according to the information of the server to be tested; the setting module is used for setting request parameters and starting timing requests; the capturing module is used for inputting a specified command to acquire test data according to the timing request; and the analysis module is used for executing summary analysis and testing to generate a report according to the test data.
Has the advantages that: the method solves the time consumption situation of the whole process of web request, collects the time consumption of each stage, summarizes data, and forms a report for technical staff to refer to so as to solve the performance problem. Effective data support is provided for localization performance bottlenecks. In terms of function realization, the method is simple and efficient, and a plurality of errors caused by manual comparison are avoided.
According to a second aspect of the invention, the communication module further comprises: the domain name resolution unit is used for performing DNS domain name resolution on the website to acquire a corresponding IP address; and the positioning connection unit is used for positioning the corresponding server according to the IP address and establishing communication connection.
Drawings
FIG. 1 is a schematic flow diagram of a method according to an embodiment of the invention;
FIG. 2 is a schematic diagram of a system architecture according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a grab command according to an embodiment of the present invention;
FIG. 4 is a parameter implication diagram according to an embodiment of the invention;
FIG. 5 is a diagram illustrating DNS resolution times according to an embodiment of the present invention;
FIG. 6 is a schematic diagram of TCP connection times according to an embodiment of the invention;
FIG. 7 is a SERVER overall response time diagram according to an embodiment of the invention
FIG. 8 is a diagram illustrating content return time according to an embodiment of the present invention;
FIG. 9 is a graphical illustration of overall elapsed time according to an embodiment of the present invention;
fig. 10 is a schematic diagram of data download rates according to an embodiment of the present invention.
Detailed Description
The conception, the specific structure and the technical effects of the present invention will be clearly and completely described in conjunction with the embodiments and the accompanying drawings to fully understand the objects, the schemes and the effects of the present invention.
In the process of pressure testing, the time consumption of testing the web interface is a very common pressure testing task. Typically, we only focus on the overall time consumption of a complete http request, i.e. the time consumption from the initiation of the request to the return of the request. However, when analyzing the reason for a request that is time-consuming, we need not only the total time consumption of the whole process, but also the time consumption of each step. Only if the time for each step of the process is available is we able to tell which step slows the entire process.
A complete http request, the basic flow is as follows:
1. performing DNS domain name resolution on the website to obtain a corresponding IP address;
2. according to the IP, finding a corresponding server and initiating three-way handshake of the TCP;
3. initiating an HTTP request after a TCP connection is established;
4. the server responds to the HTTP request, and the browser obtains an html code;
5. The browser analyzes the html codes and requests resources in the html codes;
6. and rendering the page by the browser for presentation to the user.
The process is as follows: the method comprises the steps of domain name resolution, initiating 3-time handshake of TCP, initiating an http request after TCP connection is established, responding to the http request by a server, obtaining an html code by a browser, analyzing the html code by the browser, requesting resources in the html code, and rendering and presenting a page to a user by the browser.
Referring to fig. 1, a schematic flow chart of a method according to an embodiment of the present invention includes the following steps:
s10, establishing communication connection according to the information of the server to be tested;
s20, setting request parameters and starting a timing request;
s30, inputting a specified command to acquire test data according to the timing request;
and S40, performing summary analysis according to the test data, and generating a report through testing.
S10 further includes:
s11, performing DNS domain name resolution on the website to acquire a corresponding IP address;
and S12, positioning the corresponding server according to the IP address, and establishing communication connection.
The communication connection is a TCP connection.
S20 further includes:
and S21, setting the frequency and the times of accessing the server to be tested.
S30 further includes:
and S31, acquiring the corresponding link of the timing request and acquiring the corresponding data by adopting a curl command.
S40 further includes:
and S41, classifying the test data, and analyzing to obtain the time-consuming duration of each link in each request.
The time consumption duration of each link comprises: DNS analysis time, TCP connection time, server overall response time, content return time, overall time consumption and data download rate.
Referring to fig. 2, a schematic diagram of a system structure according to an embodiment of the present invention includes:
the communication module is used for establishing communication connection according to the information of the server to be tested;
the setting module is used for setting request parameters and starting timing requests;
the capturing module is used for inputting a specified command to acquire test data according to the timing request;
and the analysis module is used for executing summary analysis and testing to generate a report according to the test data.
The communication module further includes:
the domain name resolution unit is used for performing DNS domain name resolution on the website to acquire a corresponding IP address;
an embodiment is as follows:
in the pressure measurement process, the whole time consumption of one web interface is found to be serious, and the server side is uncertain to be serious in time consumption or network problems. This requires splitting the entire http request. Only by taking the time-consuming average of each step can it be determined where the actual time-consuming point is.
The performance data of a certain web interface is gradually changed from high to low and has larger fluctuation. Without knowing the specific cause, it is necessary to obtain a time-consuming trend for each step of the http request, from which it is possible to deduce which step specifically caused the change in performance.
The two types of requirements at the top are basically that the http request needs to be split, the time consumed by each step of request is obtained, and then the problem is researched through the obtained data.
The method comprises the following specific steps:
1. the data acquisition principle is as follows:
the data acquisition part of the tool mainly depends on a curl command of a linux platform, the command can easily acquire a lot of time of an http request, and the tool is simple to use and clear in data. The specific use is shown in fig. 3:
the above commands are time-consuming specific command parameters in the curl acquisition stage, and one command can obtain the time consumption of each stage in the whole process, which is the strong point of the curl command.
Fig. 4 shows the meaning of each parameter, i.e. the statistical meaning represented by each field. Such as time consuming DNS, TCP three-way handshake, etc.
2. The specific use is as follows:
python monitor_daily_report.py--url http://www.baidu.com/-t 600-i 1
the tool is completely written by adopting python language, and the transmission of the parameter is relatively simple. If the url parameter is a web interface link for pressure monitoring, a hundredth url is used for demonstration in the example. The t parameter represents the time of pressure measurement, an example medium pressure measurement time being 600 seconds. I represents the number of requests per second, in the example once per second. The above example is to perform pressure measurement on the hundred degree homepage once per second for 600 seconds. And obtaining pressure measurement data and a pressure measurement report after the pressure measurement is finished.
Main code logic:
1. using the schema library of python, a timer task is written
2. The timer receives the transmission parameter and starts the timing request task
3. Data acquisition by using curl command and timed request url link
4. Aggregate data, generate reports
Sampling data
{u'speed_download':90425.0,u'speed_upload':0.0,u'remote_port':u'80','range_ssl':0,'range_dns':4,u'local_ip':u'10.11.81.186','range_connection':10,u'time_redirect':0,u'time_pretransfer':14,u'local_port':u'35432','range_transfer':0,u'time_appconnect':0,u'time_starttransfer':26,u'time_namelookup':4,'range_server':12,u'time_connect':14,u'time_total':26,u'remote_ip':u'14.215.177.38'}
{u'speed_download':86127.0,u'speed_upload':0.0,u'remote_port':u'80','range_ssl':0,'range_dns':4,u'local_ip':u'10.11.81.186','range_connection':10,u'time_redirect':0,u'time_pretransfer':14,u'local_port':u'35436','range_transfer':0,u'time_appconnect':0,u'time_starttransfer':28,u'time_namelookup':4,'range_server':14,u'time_connect':14,u'time_total':28,u'remote_ip':u'14.215.177.38'}
{u'speed_download':112231.0,u'speed_upload':0.0,u'remote_port':u'80','range_ssl':0,'range_dns':4,u'local_ip':u'10.11.81.186','range_connection':7,u'time_redirect':0,u'time_pretransfer':11,u'local_port':u'54688','range_transfer':0,u'time_appconnect':0,u'time_starttransfer':21,u'time_namelookup':4,'range_server':10,u'time_connect':11,u'time_total':21,u'remote_ip':u'14.215.177.39'}
The upper part is sampling data of each request, the data comprises time, uploading and downloading speed, ip address information and the like of each stage, and the specific time-consuming stage can be analyzed by the data, so that the position of the performance problem is further inferred.
Referring to fig. 5 to 10, there are diagrams illustrating analysis results of DNS resolution time, TCP connection time, overall server response time, content return time, overall time consumption, and data download rate, respectively.
From these several figures, the time-consuming average of each module or phase can be seen. If the resolution of the DNS is basically unchanged and the time consumption is small, the DNS cannot be a performance bottleneck.
The overall time consumption is the time consuming case from a global perspective, i.e. the whole request. The time consumed by the service processing can be described as the time consumed by the service, i.e. the time occupied by the service processing logic. In general, we consider that the time of traffic processing is most likely to be a performance problem. Then by comparing the trends of the two graphs, it is easy to determine whether the problem is caused by the business logic.
It should be recognized that embodiments of the present invention can be realized and implemented by computer hardware, a combination of hardware and software, or by computer instructions stored in a non-transitory computer readable memory. The methods may be implemented in a computer program using standard programming techniques, including a non-transitory computer-readable storage medium configured with the computer program, where the storage medium so configured causes a computer to operate in a specific and predefined manner, according to the methods and figures described in the detailed description. Each program may be implemented in a high level procedural or object oriented programming language to communicate with a computer system. However, the program(s) can be implemented in assembly or machine language, if desired. In any case, the language may be a compiled or interpreted language. Furthermore, the program can be run on a programmed application specific integrated circuit for this purpose.
Further, the operations of processes described herein can be performed in any suitable order unless otherwise indicated herein or otherwise clearly contradicted by context. The processes described herein (or variations and/or combinations thereof) may be performed under the control of one or more computer systems configured with executable instructions, and may be implemented as code (e.g., executable instructions, one or more computer programs, or one or more applications) collectively executed on one or more processors, by hardware, or combinations thereof. The computer program includes a plurality of instructions executable by one or more processors.
Further, the method may be implemented in any type of computing platform operatively connected to a suitable interface, including but not limited to a personal computer, mini computer, mainframe, workstation, networked or distributed computing environment, separate or integrated computer platform, or in communication with a charged particle tool or other imaging device, and the like. Aspects of the invention may be embodied in machine-readable code stored on a non-transitory storage medium or device, whether removable or integrated into a computing platform, such as a hard disk, optically read and/or write storage medium, RAM, ROM, or the like, such that it may be read by a programmable computer, which when read by the storage medium or device, is operative to configure and operate the computer to perform the procedures described herein. Further, the machine-readable code, or portions thereof, may be transmitted over a wired or wireless network. The invention described herein includes these and other different types of non-transitory computer-readable storage media when such media include instructions or programs that implement the steps described above in conjunction with a microprocessor or other data processor. The invention also includes the computer itself when programmed according to the methods and techniques described herein.
A computer program can be applied to input data to perform the functions described herein to transform the input data to generate output data that is stored to non-volatile memory. The output information may also be applied to one or more output devices, such as a display. In a preferred embodiment of the invention, the transformed data represents physical and tangible objects, including particular visual depictions of physical and tangible objects produced on a display.
The above description is only a preferred embodiment of the present invention, and the present invention is not limited to the above embodiment, and any modifications, equivalent substitutions, improvements, etc. within the spirit and principle of the present invention should be included in the protection scope of the present invention as long as the technical effects of the present invention are achieved by the same means. The invention is capable of other modifications and variations in its technical solution and/or its implementation, within the scope of protection of the invention.

Claims (9)

1. A method for obtaining server pressure measurement data is characterized by comprising the following steps:
s10, establishing communication connection according to the information of the server to be tested;
s20, setting request parameters and starting a timing request;
s30, inputting a specified command to acquire test data according to the timing request;
And S40, performing summary analysis and test generation report according to the test data.
2. The method for obtaining server pressure measurement data according to claim 1, wherein the S10 further includes:
s11, performing DNS domain name resolution on the website to acquire a corresponding IP address;
s12, positioning the corresponding server according to the IP address, and establishing communication connection.
3. The method of claim 1 or 2, wherein the communication connection is a TCP connection.
4. The method for obtaining server pressure measurement data according to claim 1, wherein the S20 further includes:
and S21, setting the frequency and the times of accessing the server to be tested.
5. The method for obtaining server pressure measurement data according to claim 1, wherein the S30 further includes:
and S31, acquiring the corresponding link of the timing request and acquiring corresponding data by adopting a curl command.
6. The method for obtaining server pressure measurement data according to claim 1, wherein the S40 further includes:
and S41, classifying the test data, and analyzing to obtain the time-consuming duration of each link in each request.
7. The method of claim 1, wherein the time-consuming duration of each link comprises: DNS analysis time, TCP connection time, server overall response time, content return time, overall time consumption and data download rate.
8. A system for obtaining server pressure measurement data, comprising:
the communication module is used for establishing communication connection according to the information of the server to be tested;
the setting module is used for setting request parameters and starting timing requests;
the capturing module is used for inputting a specified command to acquire test data according to the timing request;
and the analysis module is used for executing summary analysis and testing to generate a report according to the test data.
9. The system for obtaining server pressure measurement data of claim 8, wherein the communication module further comprises:
the domain name resolution unit is used for performing DNS domain name resolution on the website to acquire a corresponding IP address;
and the positioning connection unit is used for positioning the corresponding server according to the IP address and establishing communication connection.
CN202010642917.7A 2020-07-06 2020-07-06 Method and system for acquiring server pressure measurement data Pending CN111858276A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010642917.7A CN111858276A (en) 2020-07-06 2020-07-06 Method and system for acquiring server pressure measurement data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010642917.7A CN111858276A (en) 2020-07-06 2020-07-06 Method and system for acquiring server pressure measurement data

Publications (1)

Publication Number Publication Date
CN111858276A true CN111858276A (en) 2020-10-30

Family

ID=73152322

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010642917.7A Pending CN111858276A (en) 2020-07-06 2020-07-06 Method and system for acquiring server pressure measurement data

Country Status (1)

Country Link
CN (1) CN111858276A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113765979A (en) * 2020-11-20 2021-12-07 北京沃东天骏信息技术有限公司 Information transmission method, system and device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6446120B1 (en) * 1997-11-26 2002-09-03 International Business Machines Corporation Configurable stresser for a web server
CN101593150A (en) * 2009-06-16 2009-12-02 中兴通讯股份有限公司 A kind of system and method for testing performance of web application software interface
CN104202220A (en) * 2014-09-19 2014-12-10 北京国双科技有限公司 Pressure test method and pressure test device
CN108519943A (en) * 2018-03-06 2018-09-11 平安科技(深圳)有限公司 Testing and control and test execution device, method and computer storage media
CN109819060A (en) * 2018-12-15 2019-05-28 深圳壹账通智能科技有限公司 Method for detecting abnormality, device, computer installation and storage medium
CN110502435A (en) * 2019-07-26 2019-11-26 广东睿江云计算股份有限公司 Automated performance testing method and its system based on Jmeter

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6446120B1 (en) * 1997-11-26 2002-09-03 International Business Machines Corporation Configurable stresser for a web server
CN101593150A (en) * 2009-06-16 2009-12-02 中兴通讯股份有限公司 A kind of system and method for testing performance of web application software interface
CN104202220A (en) * 2014-09-19 2014-12-10 北京国双科技有限公司 Pressure test method and pressure test device
CN108519943A (en) * 2018-03-06 2018-09-11 平安科技(深圳)有限公司 Testing and control and test execution device, method and computer storage media
CN109819060A (en) * 2018-12-15 2019-05-28 深圳壹账通智能科技有限公司 Method for detecting abnormality, device, computer installation and storage medium
CN110502435A (en) * 2019-07-26 2019-11-26 广东睿江云计算股份有限公司 Automated performance testing method and its system based on Jmeter

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
博客园: "技巧 用curl测试服务器响应时间", 《HTTPS://WWW.CNBLOGS.COM/RENWEI/P/5682054.HTML》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113765979A (en) * 2020-11-20 2021-12-07 北京沃东天骏信息技术有限公司 Information transmission method, system and device

Similar Documents

Publication Publication Date Title
US9584364B2 (en) Reporting performance capabilities of a computer resource service
US10241846B2 (en) Enabling a web application to call at least one native function of a mobile device
CN109302522B (en) Test method, test device, computer system, and computer medium
US11755919B2 (en) Analytics for an automated application testing platform
US11416377B2 (en) Automated application testing system
US8589881B2 (en) Web-based software debugging apparatus and method for remote debugging
US9652364B1 (en) Cloud service for mobile testing and debugging
US20110004790A1 (en) Asynchrony Debugging Using Web Services Interface
JP4849929B2 (en) Scenario creation program
RU2013121558A (en) METHOD AND DEVICE FOR OBTAINING FEEDBACK INFORMATION FROM THE DEVICE
US10705946B2 (en) Techniques for real time server testing in a production environment
US20140123114A1 (en) Framework for integration and execution standardization (fiesta)
JP2017084345A (en) Real-time monitoring of computer system processor and transaction performance during ongoing performance test
CN111444111A (en) Performance testing method and device based on python, computer equipment and storage medium
CN104932974B (en) A kind of script conversion method and device
US10942837B2 (en) Analyzing time-series data in an automated application testing system
US11740997B2 (en) Method and apparatus for debugging a device
CN107179979B (en) Method, device and system for acquiring and analyzing remote terminal information
CN111858276A (en) Method and system for acquiring server pressure measurement data
CN103324567A (en) App engine debugging method and debugging system
CN117155821A (en) Target dial testing-based application availability monitoring method in cloud environment
US20160196149A1 (en) Milestone based dynamic multiple watchdog timeouts and early failure detection
JP4487725B2 (en) Analytical data processing system and analyzer
KR101629578B1 (en) Method of generating rte code and apparatus performing the same
CN112835779A (en) Test case determination method and device and computer equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 519000 room 402, Room 401, No. 327, Qiandao Ring Road, Tangjiawan Town, high tech Zone, Zhuhai City, Guangdong Province

Applicant after: Zhuhai Xishanju Digital Technology Co.,Ltd.

Address before: 519000 room 402, Room 401, No. 327, Qiandao Ring Road, Tangjiawan Town, high tech Zone, Zhuhai City, Guangdong Province

Applicant before: ZHUHAI SEASUN MOBILE GAME TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information
RJ01 Rejection of invention patent application after publication

Application publication date: 20201030

RJ01 Rejection of invention patent application after publication