WO2017181817A1 - Server testing method, device, and system, and storage medium - Google Patents

Server testing method, device, and system, and storage medium Download PDF

Info

Publication number
WO2017181817A1
WO2017181817A1 PCT/CN2017/078192 CN2017078192W WO2017181817A1 WO 2017181817 A1 WO2017181817 A1 WO 2017181817A1 CN 2017078192 W CN2017078192 W CN 2017078192W WO 2017181817 A1 WO2017181817 A1 WO 2017181817A1
Authority
WO
WIPO (PCT)
Prior art keywords
test
server
content
file
packet capture
Prior art date
Application number
PCT/CN2017/078192
Other languages
French (fr)
Chinese (zh)
Inventor
王�琦
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2017181817A1 publication Critical patent/WO2017181817A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0876Aspects of the degree of configuration automation
    • H04L41/0886Fully automatic configuration

Definitions

  • the present invention relates to server testing technology, and in particular, to a server testing method, device and system, and storage medium.
  • the server test there are two ways: the first is to first fetch the page or interface message request, then use the network packet analysis tool to decompose the message and extract the useful information, and then encapsulate the message for testing, the whole process is basically artificial To assemble; the second way is to record the test process and reproduce it by a load test tool that predicts system behavior and performance. This approach is fixed and lacks variability.
  • Embodiments of the present invention provide a server testing method, apparatus, system, and storage medium, and implement automated server testing.
  • the embodiment of the invention provides a server testing method, including:
  • the content of the tested server is captured and the packet capture file is generated.
  • the management test result includes at least one of the following: storing test results, displaying Test Results.
  • storing the test result includes: extracting the editable content in the test result, and displaying the editable content to the user, receiving the user edit operation, and maintaining the edited test result.
  • the server to be tested includes a server based on Hypertext Transfer Protocol (HTTP);
  • the measured content includes at least one of the following: the measured network content tested by using the HTTP protocol synchronization message; and the synchronization message using the HTTP protocol.
  • the tested interface calls the content.
  • HTTP Hypertext Transfer Protocol
  • the foregoing solution further includes: receiving a test requirement formulated by a user, and triggering a packet capture task according to the test requirement.
  • the method further includes: after the packet capture file is generated, the packet capture file is transmitted by using a File Transfer Protocol (FTP).
  • FTP File Transfer Protocol
  • the embodiment of the invention provides a server testing device, including:
  • the packet capture module is configured to capture the measured content of the tested server after receiving the packet capture task, and generate a packet capture file.
  • the parsing module is configured to parse the captured file and extract the test result.
  • Management module configured to manage test results.
  • the management module is further configured to perform at least one of: storing the test result and displaying the test result.
  • the storage unit is specifically configured to extract the editable content in the test result, display the editable content to the user, receive the user edit operation, and maintain the edited test result.
  • the server under test includes a server based on the HTTP protocol; the measured content includes the measured network content tested using the HTTP protocol synchronization message; and the content of the interface is tested using the hypertext transfer protocol synchronization message test.
  • the foregoing solution further includes an interface module configured to receive a test requirement formulated by a user, and trigger a packet capture task according to the test requirement.
  • the packet capture module is configured to transmit the capture file to the parsing module through the FTP protocol.
  • the embodiment of the invention provides a server testing system, including:
  • the client is configured to capture the measured content of the tested server after receiving the packet capture task, and generate a packet capture file.
  • the local task system is configured to parse the captured file, extract test results, and manage the test result.
  • the local task system is further configured to perform at least one of: storing the test result; and displaying the test result.
  • the local task system is further configured to extract editable content in the test result, display the editable content, receive a user edit operation, and maintain the edited test result.
  • the embodiment of the invention provides a server testing device, including:
  • a memory for storing executable instructions
  • a processor configured to execute the executable instructions stored by the memory, the executable instructions comprising:
  • the content of the tested server is captured and the packet capture file is generated.
  • the embodiment of the invention provides a storage medium, which stores executable instructions, and the executable instructions are used to execute the server testing method provided by the embodiment of the invention.
  • FIG. 1 is a schematic structural diagram of a server testing apparatus according to an embodiment of the present invention.
  • FIG. 2 is a flowchart of a server testing method according to an embodiment of the present invention.
  • FIG. 3 is a schematic diagram of an overall structure and a file header of a PACP packet according to an embodiment of the present invention
  • FIG. 4 is a schematic diagram of a data packet header according to an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of a data packet according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of an HTTP protocol request message according to an embodiment of the present invention.
  • FIG. 7 is a schematic structural diagram of an HTTP protocol response message according to an embodiment of the present invention.
  • FIG. 1 is a schematic structural diagram of a server testing apparatus according to an embodiment of the present invention.
  • the server testing apparatus 1 provided by the embodiment of the present invention includes:
  • the packet capture module 11 is configured to: after receiving the packet capture task, grab the measured content of the server under test, and generate a packet capture file;
  • the parsing module 12 is configured to parse the capture file and extract the test result.
  • the management module 13 is configured to manage test results.
  • the management module 13 in the above embodiment is configured to perform at least one of: storing test results, and presenting test results.
  • the storage unit in the foregoing embodiment is specifically configured to extract test results.
  • the editable content in the content and display the editable content to the user, receive the user's editing operation, and maintain the edited test result.
  • the server under test in the above embodiment includes a server based on the HTTP protocol; the measured content includes measured network content and/or interface call content tested using the HTTP protocol synchronization message.
  • the server testing apparatus 1 in the foregoing embodiment further includes an interface module configured to receive a test requirement formulated by the user, and trigger a packet capture task according to the test requirement.
  • the packet capture module 11 is further configured to transmit the capture file to the parsing module 12 through the FTP protocol.
  • an embodiment of the present invention provides a server testing system, including the server testing device 1 provided by the present invention.
  • the server test system in the foregoing embodiment includes a local task system and at least one client.
  • the packet capture module of the server test device is disposed in the client, and the parsing module and the management module of the server test device are set in the local task.
  • the server testing device 1 provided by the present invention can be installed as a whole in the server to be tested, and can also simultaneously test the functions of multiple servers, that is, the corresponding solution in this embodiment.
  • the above modules may be implemented by a processor (CPU), a microprocessor (MCU), a logic programmable gate (FPGA), or an application specific integrated circuit (ASIC).
  • CPU central processing unit
  • MCU microprocessor
  • FPGA logic programmable gate
  • ASIC application specific integrated circuit
  • a server testing method includes the following steps:
  • the management test results in the above embodiments include: storing test results, And / or show test results.
  • storing the test result in the above embodiment includes: extracting editable content in the test result, and displaying the editable content to the user, receiving the user edit operation, and maintaining the edited test result.
  • the server under test in the above embodiment includes a server based on the HTTP protocol; the measured content includes measured network content and/or interface call content tested using the HTTP protocol synchronization message.
  • the method in the foregoing embodiment further includes: receiving a test requirement formulated by a user, and triggering a packet capture task according to the test requirement.
  • the method in the foregoing embodiment further includes: after generating the packet capture file, transmitting the packet capture file by using an FTP protocol.
  • the test server is used for all the HTTP-based network (Web) servers, and the test method uses the HTTP synchronization message test as an example.
  • the present invention mainly implements the process characteristic analysis package (PACP).
  • PPP process characteristic analysis package
  • the embodiment of the present invention mainly uses the agent (Agent) agent installed on the web server to be tested to start and start the packet capture task, and invokes the interface test through the web server page or the tool. After the task ends, the agent reports to the local task system. After receiving the message, the local task system remotely obtains the PACP packet file on the web server to the local task system directory, and starts the packet analysis module for analysis, and analyzes the result to track the transmission control flow (Follow TCP Stream).
  • Agent agent
  • the local task system remotely obtains the PACP packet file on the web server to the local task system directory, and starts the packet analysis module for analysis, and analyzes the result to track the transmission control flow (Follow TCP Stream).
  • the form record is displayed in the display module, and another result is put into the message interface test module, and the test Internet Protocol (IP, Internet Protocol) address, port, content length, Uniform Resource Locator (URL, etc.) are extracted.
  • IP Internet Protocol
  • URL Uniform Resource Locator
  • the local task system includes:
  • Agent module Remotely install the Agent module. After the device is created, it supports remote uploading, installing, and configuring the Agent function. The Agent is deployed to the Web server under test, and the related permissions are granted, and the Agent can be called remotely.
  • the packet capture task management module is mainly responsible for formulating the task of capturing packets, issuing task instructions to the Agent module, accepting synchronous and asynchronous messages of the Agent, and responding;
  • the packet analysis module is configured as follows: 1. PACP original message parsing, FIG. 3 is a PACP overall structure and a file header, FIG. 4 is a packet data packet header, and FIG. 5 is a Packet data packet structure, according to the above three figures.
  • the PACP structure uses Python or other language algorithms to implement parsing of messages and HTTP-related information restoration. 2. Filtering and extracting HTTP-related protocol requests, response messages, and response durations based on information restored by the packet structure. Information, actual request and store the result according to the task; 3. After the analysis task is completed, the message informs the display module;
  • the display module displays the HTTP related request, the response content, and the response duration in the form of follow TCP Stream according to the output result of the analysis module;
  • the message secondary encapsulation module extracts and extracts the HTTP protocol according to the packet analysis module according to the HTTP protocol request and response structure (FIG. 6 is an HTTP request message structure, FIG. 7 is an HTTP response message structure), and extracts each request message. Part of the composition information, and the commonly used information is extracted as an editable item for editing by the user, such as a method, a URL, a host (Host), parameter information in the entity, etc., and the result file is saved;
  • Interface test module the module is configured to: provide user interface test tasks and task management functions Ability to test according to user-defined test requirements, such as concurrency, performance, single-step request execution, etc.; based on socket (Socket) layer message request and response; and check message parsing and parsing; display test results.
  • user-defined test requirements such as concurrency, performance, single-step request execution, etc.
  • socket Socket
  • check message parsing and parsing display test results.
  • test method of this embodiment includes:
  • the first step create a device on the system, initialize the data table
  • Step 2 Remotely install the module to install the Agent to the Web server under test. If there are multiple devices, use the thread pool to improve the processing capability.
  • the third step the packet capture task management module sends a User Datagram Protocol (UDP) message to the Agent, and the method calls the packet capture task remotely; the human operation triggers the related page or interface call content of the tested Web service;
  • UDP User Datagram Protocol
  • Step 4 After the agent capture task is completed, the UDP message is reported to the task management module. After receiving the message, the task management module obtains the packet capture file to the system directory remotely. After the file is obtained, the packet analysis module is called.
  • Step 5 The message analysis module restores the PACP message, extracts the HTTP request, the response message content, and the response duration; and sends the result to the display module for display and the other to the secondary message encapsulation module.
  • the sixth step the message encapsulation module, according to the message structure of the HTTP protocol, extracts the content of the message in detail, and extracts the commonly used information as an editable item for editing by the user (such as method, URL, Host, parameter information in the entity, etc.) ), save the result file;
  • Step 7 The test module provides user interface test tasks and task management functions, and performs tests according to test requirements set by the user, such as concurrent, performance, single-step request execution, etc., to verify and parse the response message, and display test results;
  • Step 8 The display module is responsible for data display.
  • An embodiment of the present invention provides a server testing apparatus, including:
  • a memory for storing executable instructions
  • a processor configured to execute the executable instructions stored by the memory, the executable instructions comprising:
  • the content of the tested server is captured and the packet capture file is generated.
  • Embodiments of the present invention provide a storage medium storing executable instructions, and computer executable instructions are used in the foregoing server testing method, for example, the server testing method shown in FIG. 2.
  • the storage medium of the embodiment of the present invention may be a storage medium such as an optical disk, a hard disk, or a magnetic disk, and may be a non-transitory storage medium.
  • the embodiment of the present invention realizes the acquisition, analysis, and management of the measured content of the server under test, which brings convenience and efficiency to the server testing work.
  • the embodiment of the invention discloses a server testing method, device and system, and a storage medium.
  • the method includes: after receiving the packet capture task, grab the measured content of the server under test, generate a packet capture file, and parse the packet capture file. , extract test results; manage test results.

Abstract

Disclosed in the present invention are a server testing method, device, and system, and storage medium. The method comprises: upon receiving a packet capturing task, capturing, from a server to be tested, content to be tested, and generating a packet capturing file; parsing the packet capturing file, and extracting a test result; and performing a management operation on the test result.

Description

一种服务器测试方法、装置及系统、存储介质Server testing method, device and system, and storage medium
本申请基于申请号为201610244686.8、申请日为2016年4月19日的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的内容在此引入本申请作为参考。The present application is based on a Chinese patent application filed on Apr. 19, 2016, the entire disclosure of which is hereby incorporated by reference.
技术领域Technical field
本发明涉及服务器测试技术,尤其涉及一种服务器测试方法、装置及系统、存储介质。The present invention relates to server testing technology, and in particular, to a server testing method, device and system, and storage medium.
背景技术Background technique
在服务器测试中,有2种方式:第一种是先通过抓取页面或者接口消息请求,然后通过网络封包分析工具分解消息和提取有用信息,然后再封装消息进行测试,整个过程基本都是人工来组装;第二种方式是通过预测系统行为和性能的负载测试工具录制测试过程再复现,这种方式比较固定而且缺少变化性。In the server test, there are two ways: the first is to first fetch the page or interface message request, then use the network packet analysis tool to decompose the message and extract the useful information, and then encapsulate the message for testing, the whole process is basically artificial To assemble; the second way is to record the test process and reproduce it by a load test tool that predicts system behavior and performance. This approach is fixed and lacks variability.
对于实现自动化的服务器测试,相关技术尚无有效解决方案。There is no effective solution for implementing automated server testing.
发明内容Summary of the invention
本发明实施例提供了一种服务器测试方法、装置及系统、存储介质,实现自动化的服务器测试。Embodiments of the present invention provide a server testing method, apparatus, system, and storage medium, and implement automated server testing.
本发明实施例提供了一种服务器测试方法,包括:The embodiment of the invention provides a server testing method, including:
在接收到抓包任务后,抓取被测服务器的被测内容,生成抓包文件;After receiving the packet capture task, the content of the tested server is captured and the packet capture file is generated.
解析抓包文件,提取测试结果;Parsing the captured file and extracting the test result;
管理测试结果。Manage test results.
上述方案中,管理测试结果包括以下至少之一:存储测试结果,展示 测试结果。In the above solution, the management test result includes at least one of the following: storing test results, displaying Test Results.
上述方案中,存储测试结果包括:提取测试结果中的可编辑内容,并将可编辑内容显示给用户,接收用户编辑操作,保持编辑后的测试结果。In the above solution, storing the test result includes: extracting the editable content in the test result, and displaying the editable content to the user, receiving the user edit operation, and maintaining the edited test result.
上述方案中,被测服务器包括基于超文本传输(HTTP,Hyper Text Transfer Protocol)协议的服务器;被测内容包括以下至少之一:使用HTTP协议同步消息测试的被测网络内容;使用HTTP协议同步消息测试的接口调用内容。In the foregoing solution, the server to be tested includes a server based on Hypertext Transfer Protocol (HTTP); the measured content includes at least one of the following: the measured network content tested by using the HTTP protocol synchronization message; and the synchronization message using the HTTP protocol. The tested interface calls the content.
上述方案中,还包括:接收用户制定的测试需求,根据测试需求触发抓包任务。The foregoing solution further includes: receiving a test requirement formulated by a user, and triggering a packet capture task according to the test requirement.
上述方案中,还包括:在生成抓包文件之后,通过文件传输(FTP,File Transfer Protocol)协议传输抓包文件。In the foregoing solution, the method further includes: after the packet capture file is generated, the packet capture file is transmitted by using a File Transfer Protocol (FTP).
本发明实施例提供了一种服务器测试装置,包括:The embodiment of the invention provides a server testing device, including:
抓包模块,配置为在接收到抓包任务后,抓取被测服务器的被测内容,生成抓包文件;The packet capture module is configured to capture the measured content of the tested server after receiving the packet capture task, and generate a packet capture file.
解析模块,配置为解析抓包文件,提取测试结果;The parsing module is configured to parse the captured file and extract the test result.
管理模块,配置为管理测试结果。Management module, configured to manage test results.
上述方案中,管理模块还配置为执行以下至少之一:存储测试结果,展示测试结果。In the above solution, the management module is further configured to perform at least one of: storing the test result and displaying the test result.
上述方案中,存储单元具体配置为提取测试结果中的可编辑内容,并将可编辑内容显示给用户,接收用户编辑操作,保持编辑后的测试结果。In the above solution, the storage unit is specifically configured to extract the editable content in the test result, display the editable content to the user, receive the user edit operation, and maintain the edited test result.
上述方案中,被测服务器包括基于HTTP协议的服务器;被测内容包括使用HTTP协议同步消息测试的被测网络内容;使用超文本传输协议同步消息测试的接口调用内容。In the above solution, the server under test includes a server based on the HTTP protocol; the measured content includes the measured network content tested using the HTTP protocol synchronization message; and the content of the interface is tested using the hypertext transfer protocol synchronization message test.
上述方案中,还包括接口模块,配置为接收用户制定的测试需求,根据测试需求触发抓包任务。 The foregoing solution further includes an interface module configured to receive a test requirement formulated by a user, and trigger a packet capture task according to the test requirement.
上述方案中,抓包模块在生成抓包文件之后,还配置为通过FTP协议传输抓包文件至解析模块。After the capture packet is generated, the packet capture module is configured to transmit the capture file to the parsing module through the FTP protocol.
本发明实施例提供了一种服务器测试系统,包括:The embodiment of the invention provides a server testing system, including:
客户端,配置为在接收到抓包任务后,抓取被测服务器的被测内容,生成抓包文件;The client is configured to capture the measured content of the tested server after receiving the packet capture task, and generate a packet capture file.
本地任务系统,配置为解析所述抓包文件,提取测试结果;管理所述测试结果。The local task system is configured to parse the captured file, extract test results, and manage the test result.
上述方案中,所述本地任务系统,还配置为执行以下至少之一:存储所述测试结果;展示所述测试结果。In the above solution, the local task system is further configured to perform at least one of: storing the test result; and displaying the test result.
上述方案中,所述本地任务系统,还配置为提取所述测试结果中的可编辑内容,并显示所述可编辑内容,接收用户编辑操作,保持编辑后的测试结果。In the above solution, the local task system is further configured to extract editable content in the test result, display the editable content, receive a user edit operation, and maintain the edited test result.
本发明实施例提供了一种服务器测试装置,包括:The embodiment of the invention provides a server testing device, including:
存储器,用于存储可执行指令;a memory for storing executable instructions;
处理器,配置为执行所述存储器存储的可执行指令,所述可执行指令包括:a processor configured to execute the executable instructions stored by the memory, the executable instructions comprising:
在接收到抓包任务后,抓取被测服务器的被测内容,生成抓包文件;After receiving the packet capture task, the content of the tested server is captured and the packet capture file is generated.
解析所述抓包文件,提取测试结果;Parsing the captured file and extracting test results;
管理所述测试结果。Manage the test results.
本发明实施例提供了一种存储介质,存储有可执行指令,所述可执行指令用于执行本发明实施例提供的服务器测试方法。The embodiment of the invention provides a storage medium, which stores executable instructions, and the executable instructions are used to execute the server testing method provided by the embodiment of the invention.
本发明实施例的有益效果:Advantageous effects of embodiments of the present invention:
实现被测服务器的被测内容的获取及解析和管理的自动化,给服务器测试工作带来了便捷及效率。 Realizing the acquisition, analysis and management of the measured content of the tested server brings convenience and efficiency to the server testing work.
附图说明DRAWINGS
图1为本发明实施例提供的服务器测试装置的结构示意图;1 is a schematic structural diagram of a server testing apparatus according to an embodiment of the present invention;
图2为本发明实施例提供的服务器测试方法的流程图;2 is a flowchart of a server testing method according to an embodiment of the present invention;
图3是本发明实施例涉及的PACP包整体结构和文件头示意图;3 is a schematic diagram of an overall structure and a file header of a PACP packet according to an embodiment of the present invention;
图4是本发明实施例涉及的数据包头示意图;4 is a schematic diagram of a data packet header according to an embodiment of the present invention;
图5是本发明实施例涉及的数据包结构示意图;FIG. 5 is a schematic structural diagram of a data packet according to an embodiment of the present invention; FIG.
图6是本发明实施例涉及的HTTP协议请求消息结构示意图;6 is a schematic structural diagram of an HTTP protocol request message according to an embodiment of the present invention;
图7是本发明实施例涉及的HTTP协议响应消息结构示意图。FIG. 7 is a schematic structural diagram of an HTTP protocol response message according to an embodiment of the present invention.
具体实施方式detailed description
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例只是本发明中一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The technical solutions in the embodiments of the present invention are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. It is obvious that the described embodiments are only a part of the embodiments of the present invention, but not all embodiments. All other embodiments obtained by those skilled in the art based on the embodiments of the present invention without creative efforts are within the scope of the present invention.
现通过具体实施方式结合附图的方式对本发明做出诠释说明。The invention will now be described by way of specific embodiments in conjunction with the accompanying drawings.
图1为本发明实施例提供的服务器测试装置的结构示意图,由图1可知,在本实施例中,本发明实施例提供的服务器测试装置1包括:FIG. 1 is a schematic structural diagram of a server testing apparatus according to an embodiment of the present invention. As shown in FIG. 1 , in the embodiment, the server testing apparatus 1 provided by the embodiment of the present invention includes:
抓包模块11,配置为在接收到抓包任务后,抓取被测服务器的被测内容,生成抓包文件;The packet capture module 11 is configured to: after receiving the packet capture task, grab the measured content of the server under test, and generate a packet capture file;
解析模块12,配置为解析抓包文件,提取测试结果;The parsing module 12 is configured to parse the capture file and extract the test result.
管理模块13,配置为管理测试结果。The management module 13 is configured to manage test results.
在一些实施例中,上述实施例中的管理模块13配置为执行以下操作至少之一:存储测试结果,展示测试结果。In some embodiments, the management module 13 in the above embodiment is configured to perform at least one of: storing test results, and presenting test results.
在一些实施例中,上述实施例中的存储单元具体配置为提取测试结果 中的可编辑内容,并将可编辑内容显示给用户,接收用户编辑操作,保持编辑后的测试结果。In some embodiments, the storage unit in the foregoing embodiment is specifically configured to extract test results. The editable content in the content, and display the editable content to the user, receive the user's editing operation, and maintain the edited test result.
在一些实施例中,上述实施例中的被测服务器包括基于HTTP协议的服务器;被测内容包括使用HTTP协议同步消息测试的被测网络内容和/或接口调用内容。In some embodiments, the server under test in the above embodiment includes a server based on the HTTP protocol; the measured content includes measured network content and/or interface call content tested using the HTTP protocol synchronization message.
在一些实施例中,上述实施例中的服务器测试装置1还包括接口模块,配置为接收用户制定的测试需求,根据测试需求触发抓包任务。In some embodiments, the server testing apparatus 1 in the foregoing embodiment further includes an interface module configured to receive a test requirement formulated by the user, and trigger a packet capture task according to the test requirement.
在一些实施例中,上述实施例中的抓包模块11在生成抓包文件之后,还配置为通过FTP协议传输抓包文件至解析模块12。In some embodiments, after the packet capture file is generated, the packet capture module 11 is further configured to transmit the capture file to the parsing module 12 through the FTP protocol.
对应的,本发明实施例提供了一种服务器测试系统,包括本发明提供的服务器测试装置1。Correspondingly, an embodiment of the present invention provides a server testing system, including the server testing device 1 provided by the present invention.
在一些实施例中,上述实施例中的服务器测试系统包括本地任务系统及至少一个客户端,服务器测试装置的抓包模块设置在客户端中,服务器测试装置的解析模块及管理模块设置在本地任务系统中。在实际应用中,本发明提供的服务器测试装置1可以作为一个整体设置在被测服务器内部,也可以实现同时测试多个服务器的功能,即本实施例对应的方案。In some embodiments, the server test system in the foregoing embodiment includes a local task system and at least one client. The packet capture module of the server test device is disposed in the client, and the parsing module and the management module of the server test device are set in the local task. In the system. In a practical application, the server testing device 1 provided by the present invention can be installed as a whole in the server to be tested, and can also simultaneously test the functions of multiple servers, that is, the corresponding solution in this embodiment.
实际应用中,上述模块可以由处理器(CPU)、微处理器(MCU)、逻辑可编程门电路(FPGA)或专用集成电路(ASIC)实现。In practical applications, the above modules may be implemented by a processor (CPU), a microprocessor (MCU), a logic programmable gate (FPGA), or an application specific integrated circuit (ASIC).
图2为本发明实施例提供的服务器测试方法的流程图,由图2可知,在本发明实施例中,提供的服务器测试方法包括以下步骤:2 is a flowchart of a server testing method according to an embodiment of the present invention. As shown in FIG. 2, in the embodiment of the present invention, a server testing method includes the following steps:
S201:在接收到抓包任务后,抓取被测服务器的被测内容,生成抓包文件;S201: After receiving the packet capture task, the content of the tested server is captured, and the packet capture file is generated.
S202:解析抓包文件,提取测试结果;S202: Parse the captured file and extract the test result.
S203:管理测试结果。S203: Manage test results.
在一些实施例中,上述实施例中的管理测试结果包括:存储测试结果, 和/或展示测试结果。In some embodiments, the management test results in the above embodiments include: storing test results, And / or show test results.
在一些实施例中,上述实施例中的存储测试结果包括:提取测试结果中的可编辑内容,并将可编辑内容显示给用户,接收用户编辑操作,保持编辑后的测试结果。In some embodiments, storing the test result in the above embodiment includes: extracting editable content in the test result, and displaying the editable content to the user, receiving the user edit operation, and maintaining the edited test result.
在一些实施例中,上述实施例中的被测服务器包括基于HTTP协议的服务器;被测内容包括使用HTTP协议同步消息测试的被测网络内容和/或接口调用内容。In some embodiments, the server under test in the above embodiment includes a server based on the HTTP protocol; the measured content includes measured network content and/or interface call content tested using the HTTP protocol synchronization message.
在一些实施例中,上述实施例中的方法还包括:接收用户制定的测试需求,根据测试需求触发抓包任务。In some embodiments, the method in the foregoing embodiment further includes: receiving a test requirement formulated by a user, and triggering a packet capture task according to the test requirement.
在一些实施例中,上述实施例中的方法还包括:在生成抓包文件之后,通过FTP协议传输抓包文件。In some embodiments, the method in the foregoing embodiment further includes: after generating the packet capture file, transmitting the packet capture file by using an FTP protocol.
现结合具体应用场景对本发明做上述方案中诠释说明。The present invention will be explained in the above scheme in combination with a specific application scenario.
以被测服务器为所有基于HTTP协议的网络(Web)服务器,测试方法使用HTTP同步消息测试为例进行说明,本发明主要是实现过程特性分析软件包(PACP,Process Characterization Analysis Package)报文的获取、解析和接口消息的封装的自动化实现办法,给相关工作带来便捷和效率提升。本发明实施例主要是通过本装置在被测Web服务器安装的客户端(Agent)代理制定和启动抓包任务,通过Web服务器页面或工具调用接口测试,待任务结束后,Agent给本地任务系统上报任务结束报文,本地任务系统接收到消息后远程获取Web服务器上的PACP报文文件到本地任务系统目录,并启动报文分析模块进行分析,分析结果以跟踪传输控制协流(Follow TCP Stream)形式记录并在展示模块展示,另外一份结果放入消息接口测试模块,提取出测试网际协议(IP,Internet Protocol)地址、端口、内容长度、统一资源定位符(URL,Uniform Resource Locator)等公用信息,另外用户可以根据情况修改接口消息内容,模块对修改后的接口消息再次进行封装,然 后启动接口测试任务,并展示输出请求和响应结果。The test server is used for all the HTTP-based network (Web) servers, and the test method uses the HTTP synchronization message test as an example. The present invention mainly implements the process characteristic analysis package (PACP). The automatic implementation of parsing and parsing of interface messages brings convenience and efficiency to related work. The embodiment of the present invention mainly uses the agent (Agent) agent installed on the web server to be tested to start and start the packet capture task, and invokes the interface test through the web server page or the tool. After the task ends, the agent reports to the local task system. After receiving the message, the local task system remotely obtains the PACP packet file on the web server to the local task system directory, and starts the packet analysis module for analysis, and analyzes the result to track the transmission control flow (Follow TCP Stream). The form record is displayed in the display module, and another result is put into the message interface test module, and the test Internet Protocol (IP, Internet Protocol) address, port, content length, Uniform Resource Locator (URL, etc.) are extracted. Information, in addition, the user can modify the content of the interface message according to the situation, and the module encapsulates the modified interface message again, After the interface test task is started, the output request and response result are displayed.
2、Agent模块2, Agent module
负责接受系统的抓包任务指令,根据任务指令在本地启动抓包任务,当任务结束后给系统上报任务结束消息,并将抓包文件以FTP方式上传给系统指定目录;Responsible for accepting the system's capture task command, starting the capture task locally according to the task command, reporting the task end message to the system after the task is finished, and uploading the capture file to the system specified directory by FTP;
例如,本地任务系统包括:For example, the local task system includes:
远程安装Agent模块,设备创建后,支持远程上传、安装和配置Agent功能,将Agent部署到被测Web服务器,并赋予相关权限,并能远程调用Agent;Remotely install the Agent module. After the device is created, it supports remote uploading, installing, and configuring the Agent function. The Agent is deployed to the Web server under test, and the related permissions are granted, and the Agent can be called remotely.
抓包任务管理模块,主要是负责制定抓包任务,向Agent模块下发任务指令,接受Agent的同步及异步消息并响应;The packet capture task management module is mainly responsible for formulating the task of capturing packets, issuing task instructions to the Agent module, accepting synchronous and asynchronous messages of the Agent, and responding;
报文分析模块,配置为:1、PACP原始报文解析,图3是PACP整体结构和文件头,图4是包(Packet)数据包头,图5是Packet数据包结构,根据上述三幅图中的PACP结构,使用python或其他语言算法实现对报文的解析和HTTP协议相关的信息还原;2、根据数据包结构还原的信息,过滤和提取出HTTP相关协议的请求、响应消息及响应时长三个信息,实际请求并将结果根据任务存储;3、分析任务完成后,消息通知展示模块;The packet analysis module is configured as follows: 1. PACP original message parsing, FIG. 3 is a PACP overall structure and a file header, FIG. 4 is a packet data packet header, and FIG. 5 is a Packet data packet structure, according to the above three figures. The PACP structure uses Python or other language algorithms to implement parsing of messages and HTTP-related information restoration. 2. Filtering and extracting HTTP-related protocol requests, response messages, and response durations based on information restored by the packet structure. Information, actual request and store the result according to the task; 3. After the analysis task is completed, the message informs the display module;
展示模块,根据分析模块的输出结果,以Follow TCP Stream形式,展示出HTTP相关的请求、响应内容及响应时长;The display module displays the HTTP related request, the response content, and the response duration in the form of Follow TCP Stream according to the output result of the analysis module;
消息二次封装模块,根据报文分析模块过滤和提取出来的HTTP协议,按照HTTP协议请求和响应结构(图6为HTTP请求消息结构,图7为HTTP响应消息结构),提取请求消息中的各部分组成信息,并将常用的信息提取出来作为可编辑项给用户编辑,如方法、URL、主机(Host)、实体中的参数信息等,保存结果文件;The message secondary encapsulation module extracts and extracts the HTTP protocol according to the packet analysis module according to the HTTP protocol request and response structure (FIG. 6 is an HTTP request message structure, FIG. 7 is an HTTP response message structure), and extracts each request message. Part of the composition information, and the commonly used information is extracted as an editable item for editing by the user, such as a method, a URL, a host (Host), parameter information in the entity, etc., and the result file is saved;
接口测试模块,该模块配置为:提供用户接口测试任务及任务管理功 能;根据用户制定的测试需求,进行测试,如并发、性能、单步请求执行等;基于套接字(Socket)层消息请求和响应;并对响应消息校验和解析;展示测试结果。Interface test module, the module is configured to: provide user interface test tasks and task management functions Ability to test according to user-defined test requirements, such as concurrency, performance, single-step request execution, etc.; based on socket (Socket) layer message request and response; and check message parsing and parsing; display test results.
例如,本实施例的测试方法包括:For example, the test method of this embodiment includes:
第一步:在系统上创建设备,初始化数据表;The first step: create a device on the system, initialize the data table;
第二步:远程安装模块安装Agent到被测Web服务器上,如果存在多设备情况,则使用线程池提高处理能力;Step 2: Remotely install the module to install the Agent to the Web server under test. If there are multiple devices, use the thread pool to improve the processing capability.
第三步:抓包任务管理模块下发用户数据报(UDP,User Datagram Protocol)消息给Agent,方式远程调用抓包任务;人为操作触发被测Web服务的相关页面或接口调用内容;The third step: the packet capture task management module sends a User Datagram Protocol (UDP) message to the Agent, and the method calls the packet capture task remotely; the human operation triggers the related page or interface call content of the tested Web service;
第四步:Agent抓包任务执行完成后,上报UDP消息给任务管理模块,任务管理模块接收到消息后,远程获取抓包文件到系统目录,文件获取结束后,调用报文分析模块处理;Step 4: After the agent capture task is completed, the UDP message is reported to the task management module. After receiving the message, the task management module obtains the packet capture file to the system directory remotely. After the file is obtained, the packet analysis module is called.
第五步:报文分析模块,对PACP报文进行还原,提取出HTTP的请求、响应消息内容及响应时长;并将结果一份发送给展示模块展示,另一份发送给二次消息封装模块进行详细分析;Step 5: The message analysis module restores the PACP message, extracts the HTTP request, the response message content, and the response duration; and sends the result to the display module for display and the other to the secondary message encapsulation module. Conduct detailed analysis;
第六步:消息封装模块,根据HTTP协议的消息结构,对消息内容进行详细提取,并将常用的信息提取出来作为可编辑项给用户编辑(如方法、URL、Host、实体中的参数信息等),保存结果文件;The sixth step: the message encapsulation module, according to the message structure of the HTTP protocol, extracts the content of the message in detail, and extracts the commonly used information as an editable item for editing by the user (such as method, URL, Host, parameter information in the entity, etc.) ), save the result file;
第七步:测试模块提供用户接口测试任务及任务管理功能,根据用户制定的测试需求,进行测试,如并发、性能、单步请求执行等,对响应消息校验和解析,展示测试结果;Step 7: The test module provides user interface test tasks and task management functions, and performs tests according to test requirements set by the user, such as concurrent, performance, single-step request execution, etc., to verify and parse the response message, and display test results;
第八步:展示模块负责数据展示。Step 8: The display module is responsible for data display.
本发明实施例提供一种服务器测试装置,包括:An embodiment of the present invention provides a server testing apparatus, including:
存储器,用于存储可执行指令; a memory for storing executable instructions;
处理器,配置为执行所述存储器存储的可执行指令,所述可执行指令包括:a processor configured to execute the executable instructions stored by the memory, the executable instructions comprising:
在接收到抓包任务后,抓取被测服务器的被测内容,生成抓包文件;After receiving the packet capture task, the content of the tested server is captured and the packet capture file is generated.
解析所述抓包文件,提取测试结果;Parsing the captured file and extracting test results;
管理所述测试结果。Manage the test results.
本发明实施例提供了一种存储介质,存储有可执行指令,计算机可执行指令用于前述服务器测试方法,例如,图2所示服务器测试方法。本发明实施例的存储介质可为光盘、硬盘或磁盘等存储介质,可选为非瞬间存储介质。Embodiments of the present invention provide a storage medium storing executable instructions, and computer executable instructions are used in the foregoing server testing method, for example, the server testing method shown in FIG. 2. The storage medium of the embodiment of the present invention may be a storage medium such as an optical disk, a hard disk, or a magnetic disk, and may be a non-transitory storage medium.
综上可知,本发明实施例实现被测服务器的被测内容的获取及解析和管理的自动化,给服务器测试工作带来了便捷及效率。In summary, the embodiment of the present invention realizes the acquisition, analysis, and management of the measured content of the server under test, which brings convenience and efficiency to the server testing work.
以上仅是本发明的具体实施方式而已,并非对本发明做任何形式上的限制,凡是依据本发明的技术实质对以上实施方式所做的任意简单修改、等同变化、结合或修饰,均仍属于本发明技术方案的保护范围。The above is only a specific embodiment of the present invention, and is not intended to limit the present invention in any way. Any simple modification, equivalent change, combination or modification of the above embodiments in accordance with the technical spirit of the present invention is still in the present invention. The scope of protection of the technical solution of the invention.
工业实用性Industrial applicability
本发明实施例公开了一种服务器测试方法、装置及系统、存储介质,该方法包括:在接收到抓包任务后,抓取被测服务器的被测内容,生成抓包文件;解析抓包文件,提取测试结果;管理测试结果。通过本发明的实施,实现被测服务器的被测内容的获取及解析和管理的自动化,给服务器测试工作带来了便捷及效率。 The embodiment of the invention discloses a server testing method, device and system, and a storage medium. The method includes: after receiving the packet capture task, grab the measured content of the server under test, generate a packet capture file, and parse the packet capture file. , extract test results; manage test results. Through the implementation of the invention, the acquisition, analysis and management of the measured content of the tested server are realized, which brings convenience and efficiency to the server testing work.

Claims (17)

  1. 一种服务器测试方法,包括:A server test method, including:
    在接收到抓包任务后,抓取被测服务器的被测内容,生成抓包文件;After receiving the packet capture task, the content of the tested server is captured and the packet capture file is generated.
    解析所述抓包文件,提取测试结果;Parsing the captured file and extracting test results;
    管理所述测试结果。Manage the test results.
  2. 如权利要求1所述的服务器测试方法,其中,所述管理所述测试结果包括以下至少之一:存储所述测试结果;展示所述测试结果。The server testing method according to claim 1, wherein said managing said test result comprises at least one of: storing said test result; displaying said test result.
  3. 如权利要求2所述的服务器测试方法,其中,所述存储所述测试结果包括:提取所述测试结果中的可编辑内容,并显示所述可编辑内容,接收用户编辑操作,保持编辑后的测试结果。The server testing method according to claim 2, wherein said storing said test result comprises: extracting editable content in said test result, and displaying said editable content, receiving a user editing operation, and maintaining the edited Test Results.
  4. 如权利要求1所述的服务器测试方法,其中,所述被测服务器包括基于超文本传输协议的服务器;所述被测内容包括以下至少之一:使用超文本传输协议同步消息测试的被测网络内容;使用超文本传输协议同步消息测试的接口调用内容。The server testing method according to claim 1, wherein the server under test comprises a server based on a hypertext transfer protocol; the measured content comprises at least one of: a network under test using a hypertext transfer protocol synchronization message test Content; the content of the interface call that uses the Hypertext Transfer Protocol to synchronize message testing.
  5. 如权利要求1所述的服务器测试方法,其中,还包括:接收用户制定的测试需求,根据所述测试需求触发所述抓包任务。The server testing method according to claim 1, further comprising: receiving a test requirement formulated by the user, and triggering the packet capture task according to the test requirement.
  6. 如权利要求1至5任一项所述的服务器测试方法,其中,还包括:在生成抓包文件之后,通过文件传输协议传输所述抓包文件。The server testing method according to any one of claims 1 to 5, further comprising: transmitting the packet capture file by a file transfer protocol after generating the capture file.
  7. 一种服务器测试装置,包括:A server testing device comprising:
    抓包模块,配置为在接收到抓包任务后,抓取被测服务器的被测内容,生成抓包文件;The packet capture module is configured to capture the measured content of the tested server after receiving the packet capture task, and generate a packet capture file.
    解析模块,配置为解析所述抓包文件,提取测试结果;The parsing module is configured to parse the captured file and extract test results;
    管理模块,配置为管理所述测试结果。A management module configured to manage the test results.
  8. 如权利要求7所述的服务器测试装置,其中,所述管理模块配置为执行以下至少之一: The server testing device of claim 7, wherein the management module is configured to perform at least one of the following:
    存储所述测试结果;展示所述测试结果。The test result is stored; the test result is displayed.
  9. 如权利要求8所述的服务器测试装置,其中,所述存储单元具体配置为提取所述测试结果中的可编辑内容,并显示所述可编辑内容,接收用户编辑操作,保持编辑后的测试结果。The server testing device according to claim 8, wherein the storage unit is specifically configured to extract editable content in the test result, display the editable content, receive a user editing operation, and maintain the edited test result. .
  10. 如权利要求7所述的服务器测试装置,其中,所述被测服务器包括基于超文本传输协议的服务器;所述被测内容包括以下至少之一:使用超文本传输协议同步消息测试的被测网络内容和/或接口调用内容;使用超文本传输协议同步消息测试的接口调用内容。The server testing device according to claim 7, wherein said server under test comprises a server based on a hypertext transfer protocol; said measured content comprising at least one of: a network under test using a hypertext transfer protocol synchronization message test The content and/or interface calls the content; the interface is called using the hypertext transfer protocol synchronization message test.
  11. 如权利要求7所述的服务器测试装置,其中,还包括接口模块,配置为接收用户制定的测试需求,根据所述测试需求触发所述抓包任务。The server testing device of claim 7, further comprising an interface module configured to receive a test requirement formulated by the user, and trigger the packet capture task according to the test requirement.
  12. 如权利要求7至11任一项所述的服务器测试装置,其中,所述抓包模块还配置为在生成抓包文件之后,通过文件传输协议传输所述抓包文件至所述解析模块。The server testing device according to any one of claims 7 to 11, wherein the packet capture module is further configured to transmit the packet capture file to the parsing module by using a file transfer protocol after generating the packet capture file.
  13. 一种服务器测试系统,包括:A server test system comprising:
    客户端,配置为在接收到抓包任务后,抓取被测服务器的被测内容,生成抓包文件;The client is configured to capture the measured content of the tested server after receiving the packet capture task, and generate a packet capture file.
    本地任务系统,配置为解析所述抓包文件,提取测试结果;管理所述测试结果。The local task system is configured to parse the captured file, extract test results, and manage the test result.
  14. 如权利要求13所述的服务器测试系统,其中,The server test system according to claim 13, wherein
    所述本地任务系统,还配置为执行以下至少之一:存储所述测试结果;展示所述测试结果。The local task system is further configured to perform at least one of: storing the test result; presenting the test result.
  15. 如权利要求14所述的服务器测试系统,其中,The server test system according to claim 14, wherein
    所述本地任务系统,还配置为提取所述测试结果中的可编辑内容,并显示所述可编辑内容,接收用户编辑操作,保持编辑后的测试结果。The local task system is further configured to extract editable content in the test result, display the editable content, receive a user edit operation, and maintain the edited test result.
  16. 一种服务器测试装置,包括: A server testing device comprising:
    存储器,用于存储可执行指令;a memory for storing executable instructions;
    处理器,配置为执行所述存储器存储的可执行指令,所述可执行指令包括:a processor configured to execute the executable instructions stored by the memory, the executable instructions comprising:
    在接收到抓包任务后,抓取被测服务器的被测内容,生成抓包文件;After receiving the packet capture task, the content of the tested server is captured and the packet capture file is generated.
    解析所述抓包文件,提取测试结果;Parsing the captured file and extracting test results;
    管理所述测试结果。Manage the test results.
  17. 一种存储介质,存储有可执行指令,所述可执行指令用于执行权利要求1至6任一项所述的服务器测试方法。 A storage medium storing executable instructions for performing the server testing method of any one of claims 1 to 6.
PCT/CN2017/078192 2016-04-19 2017-03-24 Server testing method, device, and system, and storage medium WO2017181817A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610244686.8A CN107306195A (en) 2016-04-19 2016-04-19 A kind of server test method, apparatus and system
CN201610244686.8 2016-04-19

Publications (1)

Publication Number Publication Date
WO2017181817A1 true WO2017181817A1 (en) 2017-10-26

Family

ID=60115652

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/078192 WO2017181817A1 (en) 2016-04-19 2017-03-24 Server testing method, device, and system, and storage medium

Country Status (2)

Country Link
CN (1) CN107306195A (en)
WO (1) WO2017181817A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111416756A (en) * 2020-03-13 2020-07-14 深圳市腾讯信息技术有限公司 Protocol testing method, device, computer equipment and storage medium
CN111488285A (en) * 2020-04-15 2020-08-04 北京字节跳动网络技术有限公司 Interface testing method and device, electronic equipment and computer readable storage medium
CN114095412A (en) * 2021-11-19 2022-02-25 北京天融信网络安全技术有限公司 Safety equipment testing method and device, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080112332A1 (en) * 2006-11-10 2008-05-15 Pepper Gerald R Distributed Packet Group Identification For Network Testing
CN102394797A (en) * 2011-11-16 2012-03-28 深圳市赛格导航科技股份有限公司 Embedded automatic network communication device test method and system
CN102880830A (en) * 2011-07-15 2013-01-16 华为软件技术有限公司 Acquisition method and device of original test data
CN103902446A (en) * 2012-12-27 2014-07-02 北京新媒传信科技有限公司 Network server automated testing method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100471139C (en) * 2006-05-25 2009-03-18 华为技术有限公司 System and method for network test
US9049114B2 (en) * 2012-08-31 2015-06-02 Cisco Technology, Inc. Network access device and method for automatically establishing connection to a wide area network
CN103997437A (en) * 2014-05-29 2014-08-20 上海斐讯数据通信技术有限公司 Cloud server registration function testing method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080112332A1 (en) * 2006-11-10 2008-05-15 Pepper Gerald R Distributed Packet Group Identification For Network Testing
CN102880830A (en) * 2011-07-15 2013-01-16 华为软件技术有限公司 Acquisition method and device of original test data
CN102394797A (en) * 2011-11-16 2012-03-28 深圳市赛格导航科技股份有限公司 Embedded automatic network communication device test method and system
CN103902446A (en) * 2012-12-27 2014-07-02 北京新媒传信科技有限公司 Network server automated testing method and device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111416756A (en) * 2020-03-13 2020-07-14 深圳市腾讯信息技术有限公司 Protocol testing method, device, computer equipment and storage medium
CN111488285A (en) * 2020-04-15 2020-08-04 北京字节跳动网络技术有限公司 Interface testing method and device, electronic equipment and computer readable storage medium
CN111488285B (en) * 2020-04-15 2023-05-12 抖音视界有限公司 Interface testing method, device, electronic equipment and computer readable storage medium
CN114095412A (en) * 2021-11-19 2022-02-25 北京天融信网络安全技术有限公司 Safety equipment testing method and device, electronic equipment and storage medium
CN114095412B (en) * 2021-11-19 2023-07-04 北京天融信网络安全技术有限公司 Safety equipment testing method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN107306195A (en) 2017-10-31

Similar Documents

Publication Publication Date Title
US10447560B2 (en) Data leakage protection in cloud applications
CN101635653B (en) Method and device for real-time performance management
WO2021003818A1 (en) Interface test case generating method and apparatus, computer device, and storage medium
US9420068B1 (en) Log streaming facilities for computing applications
CN100471139C (en) System and method for network test
US20140310392A1 (en) Method and apparatus for processing composite web transactions
WO2017181817A1 (en) Server testing method, device, and system, and storage medium
CN107766509B (en) Method and device for static backup of webpage
CN110769009B (en) User identity authentication method and system
CN108156223A (en) A kind of accurate supplying system of message based on websocket and method
CN104243230B (en) The method and apparatus of monitoring data in a kind of acquisition Linux server
CN112994982A (en) Packet capture control method, device and system of cloud-real machine and storage medium
CN107562426B (en) Method and system for collecting and analyzing Trace of browser in non-embedded cloud
US20140207935A1 (en) Simulating real user issues in support environments
US9329960B2 (en) Methods, systems, and computer readable media for utilizing abstracted user-defined data to conduct network protocol testing
CN103368783A (en) Method, system and equipment for network communication process monitoring
CN112231209A (en) Parameter acquisition method and device, computer equipment and storage medium
CN112492055A (en) Method, device and equipment for redirecting transmission protocol and readable storage medium
CN102316074A (en) HTTP (hyper text transfer protocol) multithreading restoration method based on libnids
WO2016058401A1 (en) Hypertext transfer protocol data restoring method and device
CN113079070B (en) Method and device for monitoring response performance of domain name system
CN102104616A (en) Method for carrying out real-time monitoring on multiple web servers in system by browser
CN108011920B (en) Cloud backup method, electronic equipment, storage medium and system for all-in-one machine
hong-you et al. The Predigest Project of TCP/IP Protocol Communication System Based on DSP Technology and Ethernet
CN105320678A (en) Data collecting method and device for user access path

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17785302

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17785302

Country of ref document: EP

Kind code of ref document: A1