CN102855173A - Method and device for testing software performance - Google Patents

Method and device for testing software performance Download PDF

Info

Publication number
CN102855173A
CN102855173A CN2011101750603A CN201110175060A CN102855173A CN 102855173 A CN102855173 A CN 102855173A CN 2011101750603 A CN2011101750603 A CN 2011101750603A CN 201110175060 A CN201110175060 A CN 201110175060A CN 102855173 A CN102855173 A CN 102855173A
Authority
CN
China
Prior art keywords
performance test
thread
test client
business operation
client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN2011101750603A
Other languages
Chinese (zh)
Other versions
CN102855173B (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.)
Beijing Feinno Communication Technology Co Ltd
Original Assignee
Beijing Feinno Communication Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Feinno Communication Technology Co Ltd filed Critical Beijing Feinno Communication Technology Co Ltd
Priority to CN201110175060.3A priority Critical patent/CN102855173B/en
Publication of CN102855173A publication Critical patent/CN102855173A/en
Application granted granted Critical
Publication of CN102855173B publication Critical patent/CN102855173B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a method and a device for testing software performance. The method comprises the steps of: setting an execution cycle and a scheduling algorithm of a timing scheduler; setting the minimum number and the maximum number of threads in a thread pool and establishing the threads with the minimum number; initializing a performance testing client; in a current execution cycle, selecting the performance testing client and corresponding business operation according to the set scheduling algorithm and selecting an idle thread in the thread pool by utilizing the timing scheduler; carrying out the corresponding business operation according to the idle thread selected by the timing scheduler by utilizing the performance testing client; and after the business operation is carried out, putting the thread back in the thread pool and waiting for a next execution cycle. By means of the technical scheme disclosed by the invention, the high-load software performance testing process can be completed with relatively few system resources, and the capability of testing the software performance is enhanced.

Description

A kind of software performance testing method and device
Technical field
The present invention relates to computer software performance test field, particularly relate to a kind of software performance testing method and device.
Background technology
At present a software is carried out performance test: common way is to write performance test code (script), and the performance test code is exactly in fact the client-side program that automatically performs, can be referred to as the performance test client.Then set up the performance test process, in the application service of a plurality of performance test client-access of in-process concurrent running, the purpose of having carried out performance test with regard to having reached the working pressure of simulating a plurality of clients like this.The rise of internet, applications has proposed increasing challenge to software performance test.Mass users simultaneously online the use is the notable feature of internet, applications, therefore, the software performance test that Internet-based is used requires can to ensure a large amount of performance test clients in the test scene and moves simultaneously, can reach like this purpose of abundant real simulation.
Existing performance test methods all is to use a certain performance testing tool in most situations, and the process of its method of testing is as follows:
The generation of test code: test code is got by 2 kinds of modes, and the 1st kind is the behavior of recording test client, then does parametrization and processes; The 2nd kind be directly develop this category code for; Described test code is only simulated the behavior of a client; All codes all are designed to order execution in a thread.
Test execution: Software Testing Tool provides test process, in-processly provides a thread of monopolizing for each test client.If control many test machines (m platform), every test machine starts a plurality of test processes (n), each test process comprises a plurality of test threads (t), and like this, the client number that participates in simultaneously test is m*n*t.
Consider from the angle of Software for Design performance, the system resources such as test machine number of threads, cpu utilization rate, internal memory will soon become the bottleneck of performance test with the increase of test pressure.So existing method of testing can only be tested the scene of some low-pressures, if the test Internet service, the performance issue of test process can cause test can't carry out or the costs such as time, fund, personnel very high.And in design process, do not consider the mutually demand of communication of test client, constantly require the performance test customer end B to finish certain function or change certain attribute in certain test such as the performance test customer end A, this can't accomplish, because certain performance test client is sealed in design, cause the upper underaction of test scene design.
In sum, of the prior art, software performance testing method can not realize that test client directly communicates by letter, and is subject to the restriction of system resource when the magnanimity test client is tested simultaneously.
Summary of the invention
The invention provides a kind of software performance testing method, the method can improve the ability of testing software performance.
The invention provides a kind of software performance test system, this system can improve the ability of testing software performance.
For achieving the above object, technical scheme of the present invention is achieved in that
The invention discloses a kind of software performance testing method, the method comprises: performance period and dispatching algorithm that the timer-triggered scheduler device is set; Minimum number and the maximum number of thread pool thread are set, set up the thread of minimum number; The performance test client is carried out initialization operation;
In the current performance period, the timer-triggered scheduler device is chosen performance test client and corresponding business operation according to the dispatching algorithm that arranges, and selects idle thread in thread pool;
The performance test client is carried out corresponding business operation according to the selected idle thread of timer-triggered scheduler device;
After described business operation is finished, thread is put back in the thread pool, and waited for the next performance period.
The invention also discloses a kind of software performance test device, this device comprises: timer-triggered scheduler device module, thread pool module, a plurality of performance test client modules, wherein,
Timer-triggered scheduler device module is used for periodically choosing one or more performance test client modules, chooses corresponding business operation for the performance test client modules, chooses the thread of free time in the thread pool module for the business operation of choosing;
The performance test client modules comprises the client terminal attribute of software under testing and the set of miscellaneous service operation; The thread that is used for the business operation of choosing according to timer-triggered scheduler device module and the free time of choosing carries out business operation;
The thread pool module is deposited for the thread of realizing the miscellaneous service operation, and the business operation that will carry out for the performance test client modules provides the thread of execution.
By as seen above-mentioned, technical scheme provided by the invention, be the set that comprises performance test client attribute and business operation with the performance test client programming, introduce the business operation that thread pool is used for carrying out each performance test client, use the timer-triggered scheduler device to carry out unified management and running, the test process of control software performance test that can be more flexible, the control scene, and by the communication between the in-process invocation of procedure realization performance test client of software test.
Description of drawings
Fig. 1 is the process flow diagram of a kind of software performance testing method among the present invention;
Fig. 2 is the initialization flowchart of a kind of software performance testing method among the present invention;
Fig. 3 is the detail flowchart of a kind of software performance testing method among the present invention;
Fig. 4 is the structural representation of a kind of software performance test device among the present invention.
Embodiment
Fig. 1 is the process flow diagram of a kind of software performance testing method among the present invention, as shown in Figure 1,
Step 101 arranges performance period and the dispatching algorithm of timer-triggered scheduler device; Minimum number and the maximum number of thread pool thread are set, set up the thread of minimum number; The performance test client is carried out initialization operation;
Step 102, in the current performance period, the timer-triggered scheduler device is chosen performance test client and corresponding business operation according to the dispatching algorithm that arranges, and selects idle thread in thread pool;
Step 103, the performance test client is carried out corresponding business operation according to the selected idle thread of timer-triggered scheduler device;
Step 104 after described business operation is finished, is put back to thread in the thread pool, and waits for the next performance period.
In order to make the purpose, technical solutions and advantages of the present invention clearer, describe the present invention below in conjunction with the drawings and specific embodiments.
Before use method provided by the invention is carried out software performance test, at first to carry out initialization operation, namely timer-triggered scheduler device, thread pool and all properties test client are all carried out initialization operation; Wherein, Fig. 2 is the initialization flowchart of a kind of software performance testing method among the present invention, as shown in Figure 2:
Step 201 is carried out initialization operation to the timer-triggered scheduler device, and performance period and the dispatching algorithm of timer-triggered scheduler device is set; In this step, the timer-triggered scheduler device is set and carries out at regular intervals dispatching algorithm one time; Wherein, in an embodiment of the present invention, the design test scheme of the software of test is write corresponding dispatching algorithm according to testing scheme as required.In described dispatching algorithm, preserve the address of the data structure that the performance test client deposits; In described dispatching algorithm, preserve the mode of invocation performance test client and the number of each invocation performance test client; In described dispatching algorithm, save as the performance test client and choose the mode of corresponding service operation.
Step 202 is carried out initialization operation to thread pool, and minimum number and the maximum number of thread pool thread is set; The thread of newly-built minimum number; If the inadequate supporting business operation of current thread, then thread pool creates new thread automatically, until current Thread Count is the maximum number of default thread.
Step 203 is carried out initialization operation to the attribute among the performance test client; To finish the performance test client storage of initialization operation in data structure.In this step, from all client terminal attributes of software under testing, choose for the necessary attribute of this performance test, after selected client terminal attribute carried out initialization operation as the attribute of performance test client, all properties test client all is kept in the same data structure; Wherein, comprise the set of all business operations for the test software under testing in the described performance test client.
Fig. 3 is the detail flowchart of a kind of software performance testing method among the present invention, as described in Figure 3,
Step 301, the current performance period, the timer-triggered scheduler device is carried out the dispatching algorithm that sets.
Step 302, the timer-triggered scheduler device is chosen the performance test client according to set dispatching algorithm.Wherein, described timer-triggered scheduler device is chosen one or more performance test client according to the dispatching algorithm that arranges, to each selected performance test client, in the business operation set that this performance test client comprises, choose corresponding one or more business operation.
In step 302, use the method among the present invention to carry out in the process of software performance test, according to the data structure address of preserving in the dispatching algorithm, can call corresponding performance test client; Wherein, be provided with the number of the mode of choosing the performance test client and each invocation performance test client in the dispatching algorithm; That order is chosen one or more performance test client or chosen at random one or a plurality of performance test client; Concrete mode arranges the test mode in the dispatching algorithm according to the software performance test scheme of reality, chooses optimum performance test mode.
Step 303, timer-triggered scheduler device are according to set dispatching algorithm, for selected performance test client is selected corresponding business operation; Being provided with the mode of choosing business operation for the performance test client of choosing in the dispatching algorithm, be that order is carried out a plurality of business operations, or a business operation is carried out in circulation; Concrete mode arranges according to the software performance test scheme of the reality mode to the corresponding business operation of selection in the dispatching algorithm.
Step 304, timer-triggered scheduler device are chosen idle thread according to set dispatching algorithm from thread pool.Wherein, choose the idle thread of same number according to the number of performance test client; For a performance test client, the timer-triggered scheduler device is chosen an idle thread in thread pool, and this performance test client uses the described idle thread of choosing to carry out corresponding business operation.
In step 304, described thread pool, the business operation that provides thread to be used to finish the performance test client, before business operation of every beginning, the thread of a free time of application from thread pool, the thread that business operation will be applied for after finishing is put back in the thread pool; Described thread pool can call the business operation that a plurality of threads are respectively applied to a plurality of performance test clients simultaneously.If the number of described performance test client is greater than the number of idle thread in the thread pool, then thread pool is set up new idle thread; When if the Thread Count in the thread pool reaches the maximum number of threads of thread pool, the number of described performance test client is then hung up unnecessary performance test client still greater than idle thread number in the thread pool.
Step 305, performance test client use the selected idle thread of timer-triggered scheduler device to carry out selected corresponding business operation;
Step 306 after the current business operation is complete, discharges the thread of carrying out the current business operation;
In step 306, it is the selected business operation of described performance test client that the idle thread that described performance test client is chosen from thread pool according to the timer-triggered scheduler device is carried out the timer-triggered scheduler device, the thread of wherein choosing a free time is used for business operation of a performance test client execution, after this business operation finishes, described thread is put back in the thread pool.
Step 307 behind complete all business operations of performance test client executing, is waited for the beginning of next performance period.
In an embodiment of the present invention, described performance test client comprises that the client terminal attribute of software under testing and all business operations, described business operation are specially the mode of server end of the client-access software under testing of software under testing.Described performance test client comprises carries out the necessary client terminal attribute of performance test in the software under testing.After wherein all properties in the described performance test client being carried out initialization operation, be kept in the same data structure, described data structure can be array, Hash table etc.; Concrete initialization mode is set according to concrete testing scheme.
In the technical scheme provided by the invention, can same communication between each performance test client; Described all properties test client all leaves in the same data structure, in the process of carrying out software performance test, by the mutually intercommunication between the in-process invocation of procedure realization performance test client.
The present invention also provides a kind of software performance test device, Fig. 4 is the structural representation of a kind of software performance test device among the present invention, and as shown in Figure 4, this device comprises: timer-triggered scheduler device module 401, thread pool module 402, a plurality of performance test client modules 403, wherein
Timer-triggered scheduler device module 401 is used for periodically choosing one or more performance test client modules 403, choosing corresponding business operation for performance test client modules 403, for the business operation of choosing is chosen idle thread in thread pool module 402;
Performance test client modules 403 comprises the client terminal attribute of software under testing and the set of miscellaneous service operation; The thread that is used for the business operation of choosing according to timer-triggered scheduler device module 401 and the free time of choosing carries out business operation;
Thread pool module 402 is deposited for the thread of realizing the miscellaneous service operation, and the business operation that will carry out for performance test client modules 403 provides the thread of execution.
In above-mentioned software performance test device, before test process begins, timer-triggered scheduler device module 401 is carried out initialization operation: execution interval and dispatching algorithm that timer-triggered scheduler device module 401 is set; Described timer-triggered scheduler device module 401 is carried out dispatching algorithm at regular intervals one time, chooses one or more performance test client modules 403 according to set dispatching algorithm; Choose the business operation that described performance test client will be carried out; From thread pool, choose idle thread.Described dispatching algorithm is write according to concrete performance test scheme.
According to the data structure address that is provided with performance test client 403 places in the dispatching algorithm of concrete testing scheme in described timer-triggered scheduler device module 401; Be provided with the mode of choosing performance test client 403, the concrete mode of choosing is set according to the actual requirements, and passable order is chosen, and can be to choose at random; In described dispatching algorithm, be provided with the number of the performance test client 403 of at every turn calling; In described dispatching algorithm, be provided with and how be the 403 selection corresponding service operations of selected performance test client.
Before test process begins, thread pool module 402 is carried out initialization operation: maximum number and the minimum number of the thread in the thread pool module 402 are set, set up the thread of minimum number.
Described thread pool module 402 is carried out in the process of business operation at performance test client modules 403, provides the thread of a free time to be used for finishing described business operation; Thread with application after business operation is finished is put back in the thread pool module 402.
Before test process begins, the attribute that comprises in all properties test client module 403 is carried out initialization operation, the performance test Client Model end that finish initialization operation is kept in the same data structure;
Described performance test client modules 403 comprises the client terminal attribute of software under testing and all business operations of software under testing.
In above-mentioned software performance test device, described performance test client modules 403 leaves in the same data structure, realizes mutually intercommunication by the in-process invocation of procedure between the described performance test client modules 403.
In sum, a kind of software performance testing method provided by the invention and device, method provided by the invention is periodically chosen one or more performance test clients according to dispatching algorithm, for the performance test client is chosen corresponding business operation, in thread pool, choose idle thread for selected business operation and be used for carrying out this business operation, the current thread of complete rear release.By the above-mentioned flow process of the periodic execution of the performance test client of calling a myriad of, reach the simulation mass users online simultaneously, software is carried out performance test.
Among the present invention, the performance test client changed programming mode and storage mode, by the scheduling operation of timer-triggered scheduler device, can control more flexibly and easily test process, control scene, particularly when test client needs coordinated scheduling; And leave in the data structure between the performance test client, the mutually intercommunication between the performance test client just can be finished by the in-process invocation of procedure.
The above only is preferred embodiment of the present invention, and is in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of making, is equal to replacement, improvement etc., all should be included within the scope of protection of the invention.

Claims (10)

1. a software performance testing method is characterized in that, the method comprises:
Performance period and the dispatching algorithm of timer-triggered scheduler device are set; Minimum number and the maximum number of thread pool thread are set, set up the thread of minimum number; The performance test client is carried out initialization operation;
In the current performance period, the timer-triggered scheduler device is chosen performance test client and corresponding business operation according to the dispatching algorithm that arranges, and selects idle thread in thread pool;
The performance test client is carried out corresponding business operation according to the selected idle thread of timer-triggered scheduler device;
After described business operation is finished, thread is put back in the thread pool, and waited for the next performance period.
2. method according to claim 1 is characterized in that, describedly the performance test client is carried out initialization operation comprises:
From all client terminal attributes of software under testing, choose for the necessary attribute of this performance test, after selected client terminal attribute carried out initialization operation as the attribute of performance test client, all properties test client all is kept in the same data structure; Wherein, comprise the set of all business operations for the test software under testing in the described performance test client.
3. method according to claim 1 is characterized in that, described performance period and the dispatching algorithm that the timer-triggered scheduler device is set comprises:
Be arranged on and carry out a dispatching algorithm in a performance period, in described dispatching algorithm, preserve the address of the data structure that the performance test client deposits; In described dispatching algorithm, preserve the mode of invocation performance test client and the number of each invocation performance test client; In described dispatching algorithm, save as the performance test client and choose the mode of corresponding service operation.
4. method according to claim 3 is characterized in that, described performance test client is carried out corresponding business operation according to the selected idle thread of timer-triggered scheduler device and comprised:
Choose the idle thread of same number according to the number of performance test client; For a performance test client, the timer-triggered scheduler device is chosen an idle thread in thread pool, and this performance test client uses the described idle thread of choosing to carry out corresponding business operation.
5. method according to claim 4 is characterized in that, described performance test client is carried out corresponding business operation according to the selected idle thread of timer-triggered scheduler device and further comprised:
The number of described performance test client is greater than the number of idle thread in the thread pool, and then thread pool is set up new idle thread; When if the Thread Count in the thread pool reaches the maximum number of threads of thread pool, the number of described performance test client is then hung up unnecessary performance test client still greater than idle thread number in the thread pool.
6. method according to claim 5 is characterized in that, described dispatching algorithm according to setting chooses the performance test client and corresponding business operation comprises:
The timer-triggered scheduler device is chosen one or more performance test client according to the dispatching algorithm that arranges, and to each selected performance test client, chooses corresponding one or more business operation in the business operation set that this performance test client comprises.
7. method according to claim 1 is characterized in that, the method further comprises:
Can same communication between each performance test client; Wherein, described performance test client leaves in the same data structure, in the process of test software under testing, realizes mutually intercommunication between the performance test client by the described in-process invocation of procedure.
8. a software performance test device is characterized in that, this device comprises: timer-triggered scheduler device module, thread pool module, a plurality of performance test client modules, wherein,
Timer-triggered scheduler device module is used for periodically choosing one or more performance test client modules, chooses corresponding business operation for the performance test client modules, chooses the thread of free time in the thread pool module for the business operation of choosing;
The performance test client modules comprises the client terminal attribute of software under testing and the set of miscellaneous service operation; The thread that is used for the business operation of choosing according to timer-triggered scheduler device module and the free time of choosing carries out business operation;
The thread pool module is deposited for the thread of realizing the miscellaneous service operation, and the business operation that will carry out for the performance test client modules provides the thread of execution.
9. device according to claim 8 is characterized in that,
Before test process begins, timer-triggered scheduler device module is carried out initialization operation: execution interval and dispatching algorithm that timer-triggered scheduler device module is set; Described timer-triggered scheduler device module is carried out dispatching algorithm at regular intervals one time, chooses one or more performance test client modules according to set dispatching algorithm; Choose the business operation that described performance test client will be carried out; From thread pool, choose idle thread;
Before test process begins, the thread pool module is carried out initialization operation: maximum number and the minimum number of the thread in the thread pool module are set, set up the thread of minimum number; Described thread pool module is carried out in the process of business operation at the performance test client modules, provides idle thread to be used for finishing corresponding business operation; Thread with application after described business operation is finished is put back in the thread pool module;
Before test process begins, the attribute that comprises in all properties test client module is carried out initialization operation, the performance test Client Model end that finish initialization operation is kept in the same data structure.
10. device according to claim 9 is characterized in that,
Described performance test client modules leaves in the same data structure, realizes mutually intercommunication by the invocation of procedure between process between the described performance test client modules.
CN201110175060.3A 2011-06-27 2011-06-27 A kind of software performance testing method and device Active CN102855173B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110175060.3A CN102855173B (en) 2011-06-27 2011-06-27 A kind of software performance testing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110175060.3A CN102855173B (en) 2011-06-27 2011-06-27 A kind of software performance testing method and device

Publications (2)

Publication Number Publication Date
CN102855173A true CN102855173A (en) 2013-01-02
CN102855173B CN102855173B (en) 2015-10-28

Family

ID=47401777

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110175060.3A Active CN102855173B (en) 2011-06-27 2011-06-27 A kind of software performance testing method and device

Country Status (1)

Country Link
CN (1) CN102855173B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103942260A (en) * 2014-03-21 2014-07-23 深圳海联讯科技股份有限公司 Permission data indexing technology for structured data
CN104598306A (en) * 2014-12-05 2015-05-06 中国航空工业集团公司第六三一研究所 Process scheduling method in PHM simulation verification
CN104852822A (en) * 2014-02-13 2015-08-19 北京京东尚科信息技术有限公司 Method and system for testing clients
CN105389261A (en) * 2015-12-23 2016-03-09 北京奇虎科技有限公司 Asynchronous testing method and device
CN107463491A (en) * 2017-06-28 2017-12-12 努比亚技术有限公司 A kind of terminal software method of testing, terminal to be measured and computer-readable recording medium
WO2019037203A1 (en) * 2017-08-25 2019-02-28 上海壹账通金融科技有限公司 Application program performance testing method, device, computer equipment, and storage medium
CN109491895A (en) * 2018-10-26 2019-03-19 北京车和家信息技术有限公司 Server stress test method and device
CN112242933A (en) * 2019-07-16 2021-01-19 贵州白山云科技股份有限公司 TCPCOPY test method, device, medium and equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060248401A1 (en) * 2005-04-15 2006-11-02 Microsoft Corporation Method and apparatus for performance analysis on a software program
CN101482849A (en) * 2009-02-24 2009-07-15 北京星网锐捷网络技术有限公司 Test monitoring method and apparatus

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060248401A1 (en) * 2005-04-15 2006-11-02 Microsoft Corporation Method and apparatus for performance analysis on a software program
CN101482849A (en) * 2009-02-24 2009-07-15 北京星网锐捷网络技术有限公司 Test monitoring method and apparatus

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
刘建强等: "IOCP技术在数据库性能测试中的应用", 《计算机研究与发展》, vol. 44, no. 3, 26 June 2008 (2008-06-26), pages 159 - 165 *
胡萍等: "基于线程池的高性能服务器软件的设计和实现", 《计算机技术与发展》, vol. 16, no. 8, 31 August 2006 (2006-08-31) *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104852822A (en) * 2014-02-13 2015-08-19 北京京东尚科信息技术有限公司 Method and system for testing clients
CN104852822B (en) * 2014-02-13 2018-10-19 北京京东尚科信息技术有限公司 A kind of method and system of test client
CN103942260A (en) * 2014-03-21 2014-07-23 深圳海联讯科技股份有限公司 Permission data indexing technology for structured data
CN104598306A (en) * 2014-12-05 2015-05-06 中国航空工业集团公司第六三一研究所 Process scheduling method in PHM simulation verification
CN105389261A (en) * 2015-12-23 2016-03-09 北京奇虎科技有限公司 Asynchronous testing method and device
CN105389261B (en) * 2015-12-23 2018-07-27 北京奇虎科技有限公司 The method and device of asynchronous test
CN107463491A (en) * 2017-06-28 2017-12-12 努比亚技术有限公司 A kind of terminal software method of testing, terminal to be measured and computer-readable recording medium
WO2019037203A1 (en) * 2017-08-25 2019-02-28 上海壹账通金融科技有限公司 Application program performance testing method, device, computer equipment, and storage medium
CN109491895A (en) * 2018-10-26 2019-03-19 北京车和家信息技术有限公司 Server stress test method and device
CN112242933A (en) * 2019-07-16 2021-01-19 贵州白山云科技股份有限公司 TCPCOPY test method, device, medium and equipment

Also Published As

Publication number Publication date
CN102855173B (en) 2015-10-28

Similar Documents

Publication Publication Date Title
CN102855173B (en) A kind of software performance testing method and device
CN106293950B (en) A kind of resource optimization management method towards group system
CN110502340A (en) A kind of resource dynamic regulation method, device, equipment and storage medium
Quan et al. Task scheduling for energy consumption constrained parallel applications on heterogeneous computing systems
US20160306680A1 (en) Thread creation method, service request processing method, and related device
CN102916953A (en) Method and device for realizing concurrent service on basis of TCP (transmission control protocol) connection
CN103049317B (en) Based on the high concurrent data no write de-lay system and method for queue under cloud environment
CN103942823B (en) A kind of game engine rendering intent and device
CN103019859B (en) A kind of method and system to service request scheduling
CN104714785A (en) Task scheduling device, task scheduling method and data parallel processing device
CN103559093B (en) The collocation method of a kind of server resource and device
CN103412786A (en) High performance server architecture system and data processing method thereof
CN102467411A (en) Workflow processing and workflow agent method, device and system
CN102521712A (en) Process instance data processing method and device
CN102073547B (en) Performance optimizing method for multipath server multi-buffer-zone parallel packet receiving
CN104144202B (en) Access method, system and the device of Hadoop distributed file system
CN107479981B (en) Processing method and device for realizing synchronous call based on asynchronous call
CN108108248A (en) A kind of CPU+GPU cluster management methods, device and equipment for realizing target detection
Xiao et al. A priority based scheduling strategy for virtual machine allocations in cloud computing environment
CN102420709A (en) Method and equipment for managing scheduling task based on task frame
CN114064199A (en) Cluster capacity management method and system
CN107797874B (en) Resource management and control method based on embedded jetty and spark on grow framework
CN105607956A (en) Task allocation method and system in computer
CN108415766B (en) Rendering task dynamic scheduling method
CN106155796A (en) A kind of thread scheduling method based on queue and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: Room 810, 8 / F, 34 Haidian Street, Haidian District, Beijing 100080

Patentee after: BEIJING D-MEDIA COMMUNICATION TECHNOLOGY Co.,Ltd.

Address before: 100089 Beijing city Haidian District wanquanzhuang Road No. 28 Wanliu new building A block 5 layer

Patentee before: BEIJING D-MEDIA COMMUNICATION TECHNOLOGY Co.,Ltd.