CN111459834B - Asynchronous transaction performance testing method and device - Google Patents

Asynchronous transaction performance testing method and device Download PDF

Info

Publication number
CN111459834B
CN111459834B CN202010293495.7A CN202010293495A CN111459834B CN 111459834 B CN111459834 B CN 111459834B CN 202010293495 A CN202010293495 A CN 202010293495A CN 111459834 B CN111459834 B CN 111459834B
Authority
CN
China
Prior art keywords
transaction
information
response time
asynchronous
performance testing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010293495.7A
Other languages
Chinese (zh)
Other versions
CN111459834A (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202010293495.7A priority Critical patent/CN111459834B/en
Publication of CN111459834A publication Critical patent/CN111459834A/en
Application granted granted Critical
Publication of CN111459834B publication Critical patent/CN111459834B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method and a device for testing asynchronous transaction performance, which pre-establishes a connection channel with a tested system, wherein the method comprises the following steps: receiving a transaction request message sent by a general performance testing tool in a synchronous transaction mode; and sending the transaction request message to the tested system through the connecting channel in an asynchronous transaction mode. The invention can convert the synchronous transaction pressure of the universal performance testing tool into the asynchronous transaction pressure to perform performance testing on the tested system, thereby realizing the testing work of the asynchronous system.

Description

Asynchronous transaction performance testing method and device
Technical Field
The invention relates to the field of computer software testing, in particular to an asynchronous transaction performance testing method and device.
Background
The general performance testing tool (such as LoadRunner, JMeter) is mainly used for initiating SOCKET, HTTP, WEBSOCKET synchronous transactions of different protocol types, and the main principle is that a multi-thread or process concurrency mechanism is adopted, a virtual user is simulated to concurrently initiate transaction requests to a tested system through threads or processes, the virtual user can wait until no response of the transaction requests is obtained, and the waiting can be finished until the response of the tested system is obtained, so that the virtual user is released for issuing new transaction requests. When the tested transaction is of an asynchronous communication type or the transaction sending path and the return path of the tested system are different, the universal performance testing tool has the problems that the high-pressure transaction cannot be normally initiated or the return transaction cannot be analyzed and counted and the like.
Disclosure of Invention
In order to solve the problem that when the tested transaction is of an asynchronous communication type or the transaction sending path and the return path of the tested system are different, the general performance testing tool cannot normally initiate a large-pressure transaction, the first aspect of the invention provides an asynchronous transaction performance testing method, which pre-establishes a connection channel with the tested system, and comprises the following steps:
receiving a transaction request message sent by a general performance testing tool in a synchronous transaction mode;
and sending the transaction request message to the tested system through the connecting channel in an asynchronous transaction mode.
In a further embodiment, after receiving the transaction request message, the method further includes: analyzing the transaction request message to obtain transaction characteristic information;
the method further comprises the following steps of: and recording the characteristic information, the sending time and the sending state information of each transaction in the memory database.
In a further embodiment, the asynchronous transaction performance test method further comprises:
receiving and analyzing a transaction response message sent by the tested system to obtain the processing state and characteristic information of the transaction;
matching the processing state of the transaction with transaction information recorded in a memory database by utilizing the characteristic information of the transaction;
recording matching state information, characteristic information, sending time, response receiving time and processing state of each transaction in a transaction file;
and calculating transaction statistical information according to the transaction file and the information in the memory database.
In a further embodiment, the transaction statistics include: transaction response time, maximum response time, minimum response time, average response time, response time percentage index, and success rate information.
In a further embodiment, calculating the transaction statistics based on the transaction file and the information in the memory database includes:
calculating transaction response time according to the sending time and response receiving time of each transaction in the transaction file;
calculating the maximum response time, the minimum response time, the average response time and the response time percentage index according to all transaction response time;
and calculating success rate information according to the sending state information of the transaction in the memory database, the matching state information and the processing state information of the transaction in the transaction file.
In a further embodiment, the asynchronous transaction performance test method further comprises:
and storing the transaction statistical information into a relational database, and acquiring and displaying the transaction statistical information from the relational database.
A second aspect of the present invention provides an asynchronous transaction performance testing apparatus, in which a connection channel is established in advance between the asynchronous transaction performance testing apparatus and a system under test, the asynchronous transaction performance testing apparatus comprising:
the first receiving module is used for receiving a transaction request message sent by the universal performance testing tool in a synchronous transaction mode;
and the transaction type conversion module is used for sending the received message to the tested system through the connecting channel in an asynchronous transaction mode.
In a further embodiment, the asynchronous transaction performance testing apparatus further comprises:
the first analysis module is used for analyzing the transaction request message to obtain transaction characteristic information;
the first recording module is used for recording the characteristic information, the sending time and the sending state information of each transaction in the memory database.
In a further embodiment, the asynchronous transaction performance testing apparatus further comprises:
the second receiving module is used for receiving a transaction response message sent by the tested system;
the second analysis module is used for analyzing the transaction response message to obtain the processing state and characteristic information of the transaction;
the matching module is used for matching the processing state of the transaction with the transaction information recorded in the memory database by utilizing the characteristic information of the transaction;
the second recording module is used for recording the matching state information, the characteristic information, the sending time, the response receiving time and the processing state of each transaction in the transaction file;
and the statistics module is used for calculating transaction statistics information according to the transaction file and the information in the memory database.
In a further embodiment, the transaction statistics include: transaction response time, maximum response time, minimum response time, average response time, response time percentage index, and success rate information.
In a further embodiment, the calculating, by the statistics module, transaction statistics according to the transaction file and information in the memory database includes:
calculating transaction response time according to the sending time and response receiving time of each transaction in the transaction file;
calculating the maximum response time, the minimum response time, the average response time and the response time percentage index according to all transaction response time;
and calculating success rate information according to the sending state information of the transaction in the memory database, the matching state information and the processing state information of the transaction in the transaction file.
In a further embodiment, the asynchronous transaction performance testing apparatus further comprises:
the storage module is used for storing the transaction statistical information into the relational database;
and the display module is used for acquiring transaction statistical information from the relational database and displaying the transaction statistical information.
A third aspect of the present invention provides a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the asynchronous transaction performance test method according to any of the preceding embodiments when executing the computer program.
A fourth aspect of the present invention provides a computer readable storage medium storing an executable computer program which when executed by a processor implements the asynchronous transaction performance test method of any of the preceding embodiments.
The invention realizes loose coupling of the universal performance testing tool and the transaction type, and receives the transaction request message sent by the universal performance testing tool in a synchronous transaction mode by establishing a connection channel with a tested system in advance under the condition of not modifying the universal performance testing tool; and sending the transaction request message to the tested system through the connecting channel in an asynchronous transaction mode, and performing performance test on the asynchronous transaction tested system in a mode of converting the synchronous transaction pressure of the universal performance test tool into the asynchronous transaction pressure so as to realize the test work of the asynchronous system.
The foregoing and other objects, features and advantages of the invention will be apparent from the following more particular description of preferred embodiments, as illustrated in the accompanying drawings.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a block diagram of an asynchronous transaction performance testing system according to one embodiment of the invention;
FIG. 2 is a flow chart of an asynchronous transaction performance testing method according to an embodiment of the invention;
FIG. 3 is a flow chart of an asynchronous transaction performance testing method according to another embodiment of the present invention;
FIG. 4 is a flow chart of an asynchronous transaction performance testing method according to yet another embodiment of the present invention;
FIG. 5 is a flow chart illustrating the calculation of transaction statistics according to one embodiment of the present invention;
FIG. 6 is a flow chart of an asynchronous transaction performance testing method according to yet another embodiment of the present invention;
FIG. 7 is a block diagram of an asynchronous transaction capability test device according to an embodiment of the present invention;
FIG. 8 is a block diagram of an asynchronous transaction capability test device according to another embodiment of the present invention;
fig. 9 is a block diagram showing an asynchronous transaction performance test apparatus according to still another embodiment of the present invention.
Detailed Description
In order to make the technical features and effects of the present invention more obvious, the technical solution of the present invention will be further described with reference to the accompanying drawings, and the present invention may be described or implemented by other different specific examples, and any equivalent transformation made by those skilled in the art within the scope of the claims falls within the protection scope of the present invention.
In the description of the present specification, reference to the terms "one embodiment," "a particular embodiment," "for example," and the like, means that a particular feature, structure, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present invention. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiments or examples. Furthermore, the particular features, structures, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. The order of steps involved in the embodiments is illustrative of the practice of the invention, and is not limited and may be suitably modified as desired.
Before describing the specific technical scheme of the invention, the terms of synchronous transaction mode and asynchronous transaction mode are explained as follows:
synchronous transaction mode: when the two parties of the transaction carry out data communication, after the sender sends out the transaction request, the next transaction request is initiated after the receiver returns a response, otherwise, the sender always waits for the response of the receiver before the timeout time is not reached.
Asynchronous transaction mode: when the two parties of the transaction carry out data communication, after the sender sends out the transaction request, the next transaction request can be initiated without waiting for the response returned by the receiver, and after the receiving end processes the transaction request, the response is returned to the transaction sender (or the receiver only receives the transaction request and does not return the response).
As shown in FIG. 1, the asynchronous transaction performance testing method is implemented in an asynchronous transaction performance testing device, and a connection channel is pre-established between the device and a tested system.
Specifically, as shown in fig. 2, the asynchronous transaction performance testing method includes:
step 210, receiving a transaction request message sent by the universal performance testing tool in a synchronous transaction mode.
In detail, the universal performance testing tool refers to a testing tool for initiating a synchronous transaction of different protocol types, such as SOCKET, HTTP, WEBSOCKET, for example LoadRunner, JMeter, and the present invention is not limited to the universal performance testing tool.
In step 230, the received message is sent to the tested system through the connection channel in an asynchronous transaction manner, in detail, the tested system is an asynchronous communication system, or a system with a different transaction sending path and a different transaction return path, which is not limited in the invention.
In specific implementation, the synchronous transaction pressure initiated by the universal performance testing tool is converted into asynchronous transaction pressure acceptable to the tested system in real time according to the ratio of 1:1, and a large number of network connections are converted into the specific number of network connections required by the tested system.
The embodiment enables the universal performance testing tool to be loosely coupled with the transaction type, has better universality, does not need to customize testing tools of different versions for different tested systems, and performs performance testing on the asynchronous transaction tested systems in a mode of converting synchronous transaction pressure of the universal performance testing tool into asynchronous transaction pressure under the condition that the universal performance testing tool is not modified.
In a further embodiment, for facilitating the subsequent statistics, as shown in fig. 3, the step 210 further includes, after receiving the transaction request message:
step 220, the transaction request message is parsed to obtain transaction characteristic information.
Step 230 further includes, after sending the transaction request message to the tested system:
step 240, record the characteristic information, sending time and sending status information of each transaction in the memory database.
In detail, the transmission status information is transmission success or transmission failure information. The information recorded in the memory database is shown in table one.
List one
Transaction numbering Feature information Transmission time Transmitting status information
Transaction 1 Feature 1 Time 1 Successful
Transaction 2 Feature 2 Time 2 Failure of
Transaction 3 Feature 3 Time 3 Successful
Transaction 4 Feature 4 Time 4 Successful
Transaction 5 Feature 5 Time 5 Successful
According to the embodiment, the memory database is used for storing the characteristic information, the sending time and the sending state information of each transaction, so that the rapid matching of the subsequent information under high pressure concurrence can be realized.
In a further embodiment, in order to implement performance statistics, as shown in fig. 4, the asynchronous transaction performance testing method further includes:
step 250, receiving and analyzing the transaction response message sent by the tested system to obtain the processing state and characteristic information of the transaction.
Step 260, matching the processing status of the transaction with the transaction information recorded in the memory database by using the characteristic information of the transaction.
Step 270, record matching status information, characteristic information, sending time, response receiving time, processing status of each transaction in the transaction file. The information recorded in the transaction file is shown in Table II.
And (II) table:
step 280, calculating transaction statistics according to the transaction file and the information in the memory database.
In detail, the transaction statistics include: transaction response time, maximum response time, minimum response time, average response time, response time percentage index (the response time percentage index includes any one or more of the indexes between 70% and 99%), and success rate information, which is not particularly limited in the present invention.
In particular, as shown in fig. 5, the process of calculating transaction statistics in step 280 includes:
in step 281, a transaction response time is calculated according to the sending time and the response receiving time of each transaction in the transaction file.
Step 282, calculating the maximum response time, the minimum response time, the average response time and the response time percentage index according to all transaction response times.
Step 283, calculating the success rate information according to the sending status information of the transaction in the memory database, the matching status information and the processing status information of the transaction in the transaction file. Wherein the success rate information includes: transmission success rate, matching success rate and processing success rate.
In a further embodiment, in order to facilitate the staff to understand the testing situation, as shown in fig. 6, the asynchronous transaction performance testing method further includes:
step 290: storing the transaction statistical information in a relational database;
step 300: transaction statistics are obtained from the relational database and displayed.
Based on the same inventive concept, the invention also provides an asynchronous transaction performance testing device, as described in the following embodiments. Because the principle of the device for solving the problems is similar to that of the asynchronous transaction performance test method, the implementation of the device can refer to the implementation of the asynchronous transaction performance test method, and the repetition is omitted.
Specifically, a connection channel is pre-established between the asynchronous transaction performance testing device and the tested system, as shown in fig. 7, the asynchronous transaction performance testing device includes:
a first receiving module 710, configured to receive a transaction request packet sent by the universal performance testing tool in a synchronous transaction manner;
the transaction type conversion module 720 is configured to send the received message to the tested system through the connection channel in an asynchronous transaction manner.
In particular, as shown in fig. 8, the asynchronous transaction performance testing device further includes:
a first parsing module 730, configured to parse the transaction request message to obtain transaction characteristic information;
the first recording module 740 is configured to record the characteristic information, the sending time and the sending status information of each transaction in the in-memory database.
As shown in fig. 9, the asynchronous transaction performance test apparatus further includes:
a second receiving module 750, configured to receive a transaction response message sent by the tested system;
a second parsing module 760, configured to parse the transaction response message to obtain a processing status and feature information of the transaction;
the matching module 770 is configured to match a processing state of the transaction with transaction information recorded in the memory database by using feature information of the transaction;
a second recording module 780, configured to record, in a transaction file, matching status information, feature information, transmission time, response receiving time, and processing status of each transaction;
the statistics module 790 is configured to calculate transaction statistics according to the transaction file and information in the memory database.
In detail, the transaction statistics information includes: transaction response time, maximum response time, minimum response time, average response time, response time percentage index, and success rate information.
The statistics module 790 calculates transaction statistics information according to the transaction file and information in the memory database, including:
calculating transaction response time according to the sending time and response receiving time of each transaction in the transaction file;
calculating the maximum response time, the minimum response time, the average response time and the response time percentage index according to all transaction response time;
and calculating success rate information according to the sending state information of the transaction in the memory database, the matching state information and the processing state information of the transaction in the transaction file.
In a further embodiment, the asynchronous transaction performance testing apparatus further comprises: the storage module is used for storing the transaction statistical information into the relational database; and the display module is used for acquiring transaction statistical information from the relational database and displaying the transaction statistical information. The embodiment can present an interactive friendly operation interface for the user, and visually display transaction statistical information.
The asynchronous transaction performance testing device provided by the invention can perform performance testing on the tested system in a mode of converting the synchronous transaction pressure of the universal performance testing tool into the asynchronous transaction pressure, so that the testing work of the asynchronous system is realized.
In some embodiments of the present invention, a computer device is further provided, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements the asynchronous transaction performance testing method according to any of the foregoing embodiments when executing the computer program.
In some embodiments of the present invention, there is further provided a computer readable storage medium storing a computer program for executing a method for testing asynchronous transaction performance according to any of the preceding embodiments when the computer program is executed by a processor.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above description is only for the purpose of illustrating the technical solution of the present invention, and any person skilled in the art may modify and change the above-mentioned embodiments without departing from the spirit and scope of the present invention. Therefore, the protection scope of the invention should be considered as the scope of the claims.

Claims (10)

1. An asynchronous transaction performance testing method, characterized in that a connection channel between a tested system and the tested system is pre-established, the method comprises the following steps:
receiving a transaction request message sent by a general performance testing tool in a synchronous transaction mode;
analyzing the transaction request message to obtain transaction characteristic information;
transmitting a transaction request message to a tested system through the connecting channel in an asynchronous transaction mode;
recording characteristic information, sending time and sending state information of each transaction in a memory database;
receiving and analyzing a transaction response message sent by the tested system to obtain the processing state and characteristic information of the transaction;
matching the processing state of the transaction with transaction information recorded in a memory database by utilizing the characteristic information of the transaction;
recording matching state information, characteristic information, sending time, response receiving time and processing state of each transaction in a transaction file;
and calculating transaction statistical information according to the transaction file and the information in the memory database.
2. The asynchronous transaction performance testing method according to claim 1, wherein the transaction statistics include: transaction response time, maximum response time, minimum response time, average response time, response time percentage index, and success rate information.
3. The method of claim 2, wherein calculating transaction statistics based on the transaction file and information in the memory database comprises:
calculating transaction response time according to the sending time and response receiving time of each transaction in the transaction file;
calculating the maximum response time, the minimum response time, the average response time and the response time percentage index according to all transaction response time;
and calculating success rate information according to the sending state information of the transaction in the memory database, the matching state information and the processing state information of the transaction in the transaction file.
4. The asynchronous transaction performance testing method according to claim 1, further comprising:
and storing the transaction statistical information into a relational database, and acquiring and displaying the transaction statistical information from the relational database.
5. An asynchronous transaction performance testing device, which is characterized in that a connection channel is pre-established between the asynchronous transaction performance testing device and a tested system, and the asynchronous transaction performance testing device comprises:
the first receiving module is used for receiving a transaction request message sent by the universal performance testing tool in a synchronous transaction mode;
the first analysis module is used for analyzing the transaction request message to obtain transaction characteristic information;
the transaction type conversion module is used for sending the received message to the tested system through the connecting channel in an asynchronous transaction mode;
the first recording module is used for recording the characteristic information, the sending time and the sending state information of each transaction in the memory database;
the second receiving module is used for receiving a transaction response message sent by the tested system;
the second analysis module is used for analyzing the transaction response message sent by the tested system to obtain the processing state and characteristic information of the transaction;
the matching module is used for matching the processing state of the transaction with the transaction information recorded in the memory database by utilizing the characteristic information of the transaction;
the second recording module is used for recording the matching state information, the characteristic information, the sending time, the response receiving time and the processing state of each transaction in the transaction file;
and the statistics module is used for calculating transaction statistics information according to the transaction file and the information in the memory database.
6. The asynchronous transaction performance testing device according to claim 5, wherein the transaction statistics include: transaction response time, maximum response time, minimum response time, average response time, response time percentage index, and success rate information.
7. The asynchronous transaction performance testing device according to claim 6, wherein the statistics module calculates transaction statistics based on information in the transaction file and the memory database, comprising:
calculating transaction response time according to the sending time and response receiving time of each transaction in the transaction file;
calculating the maximum response time, the minimum response time, the average response time and the response time percentage index according to all transaction response time;
and calculating success rate information according to the sending state information of the transaction in the memory database, the matching state information and the processing state information of the transaction in the transaction file.
8. The asynchronous transaction performance testing apparatus according to claim 5, further comprising:
the storage module is used for storing the transaction statistical information into the relational database;
and the display module is used for acquiring transaction statistical information from the relational database and displaying the transaction statistical information.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the asynchronous transaction performance test method of any of claims 1 to 4 when the computer program is executed by the processor.
10. A computer readable storage medium, characterized in that the computer readable storage medium stores an executing computer program which when executed by a processor implements the asynchronous transaction performance test method of any of claims 1 to 4.
CN202010293495.7A 2020-04-15 2020-04-15 Asynchronous transaction performance testing method and device Active CN111459834B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010293495.7A CN111459834B (en) 2020-04-15 2020-04-15 Asynchronous transaction performance testing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010293495.7A CN111459834B (en) 2020-04-15 2020-04-15 Asynchronous transaction performance testing method and device

Publications (2)

Publication Number Publication Date
CN111459834A CN111459834A (en) 2020-07-28
CN111459834B true CN111459834B (en) 2023-08-22

Family

ID=71680691

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010293495.7A Active CN111459834B (en) 2020-04-15 2020-04-15 Asynchronous transaction performance testing method and device

Country Status (1)

Country Link
CN (1) CN111459834B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112134764B (en) * 2020-09-27 2022-08-09 中国银行股份有限公司 Method and device for determining connectivity of test environment
CN113342680A (en) * 2021-06-29 2021-09-03 中国农业银行股份有限公司 Asynchronous transaction performance testing method and system
CN113704258B (en) * 2021-08-20 2023-12-26 辽宁振兴银行股份有限公司 Method for storing transaction messages based on MongoDB database

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1477835A (en) * 2002-08-19 2004-02-25 万达信息股份有限公司 Conversion method between synchronization and asynchronization in network data exchange
CN103093342A (en) * 2013-01-11 2013-05-08 北京掌上汇通科技发展有限公司 Online transaction processing platform and transaction processing method thereof
CN105446860A (en) * 2015-11-11 2016-03-30 上海欣方智能系统有限公司 Asynchronous concurrent mechanism based pressure test system and test method
CN108733560A (en) * 2018-04-19 2018-11-02 北京京东尚科信息技术有限公司 A kind of test method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150242847A1 (en) * 2014-02-24 2015-08-27 Mastercard International Incorporated Method and system for converting asynchronous to synchronous transactions

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1477835A (en) * 2002-08-19 2004-02-25 万达信息股份有限公司 Conversion method between synchronization and asynchronization in network data exchange
CN103093342A (en) * 2013-01-11 2013-05-08 北京掌上汇通科技发展有限公司 Online transaction processing platform and transaction processing method thereof
CN105446860A (en) * 2015-11-11 2016-03-30 上海欣方智能系统有限公司 Asynchronous concurrent mechanism based pressure test system and test method
CN108733560A (en) * 2018-04-19 2018-11-02 北京京东尚科信息技术有限公司 A kind of test method and device

Also Published As

Publication number Publication date
CN111459834A (en) 2020-07-28

Similar Documents

Publication Publication Date Title
CN111459834B (en) Asynchronous transaction performance testing method and device
CN105929976A (en) Input method-based dynamic expression input method and system
CN111061696B (en) Method and device for analyzing transaction message log
CN110069413A (en) Test data communication, test method, device, equipment and storage medium
CN111181800A (en) Test data processing method and device, electronic equipment and storage medium
CN112152699B (en) Data combining and distributing processing system
CN115951923B (en) Subscription event management method, display system, device and storage medium
CN115549862B (en) MES system concurrency performance test data receiving method based on dynamic analysis
CN112182086A (en) Data transmission interaction system and method for rear-end interface of meteorological data warehouse
CN110932879B (en) Network performance test method, data processing device and storage medium
CN109491768A (en) A kind of distributed transaction method for dynamically processing and system based on subtransaction stream
CN114116234B (en) Three-dimensional scene model decompression loading method based on browser
CN106126640B (en) Content-data method for pushing and device
CN113271474A (en) Method, device, equipment and storage medium for testing streaming media server
CN111245705B (en) Method for realizing training simulation of server and client instant messaging
CN113535436A (en) Data processing method, device and storage medium
CN111897704A (en) Session log analysis method, electronic device and storage medium
CN111290897A (en) Asynchronous storage test method, electronic device, computer equipment and storage medium
CN114490202B (en) Password equipment testing method and device, electronic equipment and storage medium
CN114785846B (en) Method and system for heartbeat monitoring based on ProtoBuf protocol
CN113268363B (en) Global capability-based call tracking method, device, server and storage medium
CN113515563A (en) Data docking method, database, system and computer-readable storage medium
CN108984285B (en) Data collision flow analysis method and device, storage medium and terminal
CN108337292B (en) Brain wave data transmission server based on twisted framework
CN116319855A (en) Method, device, computer equipment and storage medium for constructing object model

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
GR01 Patent grant
GR01 Patent grant