CN103544102A - Method and device for test and simulation of software performance - Google Patents

Method and device for test and simulation of software performance Download PDF

Info

Publication number
CN103544102A
CN103544102A CN201310392954.7A CN201310392954A CN103544102A CN 103544102 A CN103544102 A CN 103544102A CN 201310392954 A CN201310392954 A CN 201310392954A CN 103544102 A CN103544102 A CN 103544102A
Authority
CN
China
Prior art keywords
simulation
thread
sub
file
mutexes
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
CN201310392954.7A
Other languages
Chinese (zh)
Other versions
CN103544102B (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.)
Yantai Zhong Ke Network Technical Institute
Original Assignee
Yantai Zhong Ke Network Technical Institute
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 Yantai Zhong Ke Network Technical Institute filed Critical Yantai Zhong Ke Network Technical Institute
Priority to CN201310392954.7A priority Critical patent/CN103544102B/en
Publication of CN103544102A publication Critical patent/CN103544102A/en
Application granted granted Critical
Publication of CN103544102B publication Critical patent/CN103544102B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a method and device for test and simulation of software performance. The method for the test and simulation of the software performance comprises the steps that configuration information which is configured by a user is stored in a structural body file for simulation; a shared memory for simulation is established and the structural body file is stored in the shared memory; the structural body file is read and analyzed to obtain a speed value, and a plurality of test processes for simulation are established; establishment of a preset number of sub-threads is simulated in each test process, each sub-thread is used for simulating execution of a service file requested to be executed by the user according to the configuration information to generate service return data for simulation, and destroying of the service file sub-thread which is executed is simulated; establishment of new sub-threads is simulated in each test process every a preset period of time; the simulated service return data are stored and counted. According to the method and device for the test and simulation of the software performance, the multi-process and multi-thread architecture is used, resources are distributed reasonably, the reasonable pressure load of each process is guaranteed, only a small-frequency speed model is simulated by each process, and robustness is improved.

Description

A kind of software performance test analogy method and device
Technical field
The present invention relates to a kind of software performance test model, particularly a kind of software performance test analogy method and device.
Background technology
For software product performance test simulation speed method, applicable its classical scene is: for example 12306 ticket-booking services that regularly start, and from certain time point, the quick sustainable growth of number of users.It causes the sharply consumption of tested server CPU, internal memory, network or database resource, to tested software framework, is also huge test.At this test scene Imitating user behavior, the most important thing is the Stability and veracity of speed under load model.Wherein how to use few computing machine of trying one's best, steadily, the operation behavior of analog subscriber increase per second accurately becomes an industry difficult problem.
Computer hardware configuration is more and more higher, can be more and more for the resource of programme distribution, and process is the least unit that can distribute hardware resource, and multi-process many hardware resources that is assigned to of can try one's best, simulate under two-forty scene the multi-process advantage that possesses skills.
Operating system is moved under memory protect pattern, and process has independently logical memory space, between multi-process mutually, can not directly access.And existing free performance testing tool is all used one process framework.Cannot fully apply for hardware resource, the speed number of unit analog subscriber easily reaches the upper limit, and CPU time sheet distributes not enoughly during two-forty, and running precision is low.
Facing under the scene that a high-frequency N per second user asks to increase, precision of timer need be less than 1/N second, and CPU time sheet is distributed in a large number customer service and is operated, cause precision of timer to lose efficacy, in long-play situation, the time stack of losing efficacy, causes measuring accuracy to reduce, and test result is insincere.And use trigger to face equally above problem.
This invention adopts multi-process mode that two-forty is decomposed, each process is only responsible for " low " speed and has been improved stability, solved the problem of communication between process, by the mode of mutexes and the combination of timer technology, solved speed and sent unsettled problem, can be used to analog subscriber speed increases scene.Similarly there is with it the HTTPLOAD of Linux platform.
Manual test: developer and client can only rely on as far as possible many test machine and manpower manually to simulate rate test, shortcoming is that machine quantity is few, not accurately and can not rerun, consume a large amount of manpower and materials, but resultant error is large, the test result that relies on the method to obtain is to rely on test experience to assess in the time of more.
Open source software:
HTTPLOAD Rate Models can only be tested http protocol, depends on the unblock pattern of Socket assembly, makes it cannot realize other protocol extension.
Accuracy aspect, HTTPLOAD Rate Models is not considered under a large number of users service condition, a large amount of consumption to resource, the single-threaded technology of one process of its use, can not guarantee the timeslice that customer service is competed enough resources and distributed in time CPU, accuracy is not enough.
Stability aspect, HTTPLOAD Rate Models, adopt trigger mode to call at the appointed time new customer service request, what adopt due to trigger is system time, dispatched by operating system nucleus, the impact of thread wakening mechanism, time precision cannot guarantee, embodies stability aspect, in speed quantity, increases in situation, fluctuation obviously, has had influence on actual motion effect.
Summary of the invention
Technical matters to be solved by this invention is to provide a kind of software performance test analogy method and the device that can simulate two-forty request and processing in Software Performance Testing Process.
The technical scheme that the present invention solves the problems of the technologies described above is as follows: a kind of analogy method of software performance test, comprises the following steps:
Step 1: user configured configuration information is stored in the structure file of simulation;
Step 2: create the shared drive of simulation, described structure file is stored in shared drive;
Step 3: read the structure file being stored in shared drive, analytic structure body file, obtain rate value, create the test process of a plurality of simulations, for the user of each predetermined quantity of simulation asks to distribute a test process, the quantity of described test process is the ratio of described rate value and described predetermined quantity;
Step 4: simulate respectively the sub-thread that creates described predetermined quantity described in each in test process, user's request of every sub-thread alignment processing, every sub-thread carries out according to described configuration information simulation the service scripts that user's request is carried out, generate the business return data of simulation, simulation is destroyed and is executed the sub-thread of service scripts, returns to the business return data of simulation;
Step 5: every predetermined time, simulation creates new sub-thread in each test process;
Step 6: the business return data of storage simulation the business return data of statistical simulation.
The invention has the beneficial effects as follows: used multi-process multi-threaded architecture, reasonable distribution resource, guarantee that each process pressure load is reasonable, each process is only simulated the Rate Models of small frequency, on robustness, be improved, avoided certain process to occur losing efficacy, the impact on overall load test result simultaneously; Multi-process framework has guaranteed that workload generator can apply for enough system resource, avoids the impact on rate test method of resource deadlock that multithreading competition causes; Multi-threaded architecture has guaranteed that each customer service operates in independently in context, has avoided response time interference each other between customer service in HTTPLOAD framework, and the present invention can guarantee to apply for enough resources, reduces interacting between customer service.
On the basis of technique scheme, the present invention can also do following improvement.
Further, described step 5 further comprises: create the timer of simulation and the mutexes of simulation, dry run mutexes and timer, mutexes keeps lock-out state and released state to hocket, the time span of described lock-out state and released state is the time that timer is set, and at mutexes, during in released state, creates new sub-thread in the storage space of test process, until mutexes while reaching termination condition, finishes mutexes.
The beneficial effect that adopts above-mentioned further scheme is to have avoided operating system nucleus scheduling and process, thread to switch the timer error of bringing, and accuracy is guaranteed.
Further, described service scripts inside comprises for carrying out initialized initialization function file, for the power function file that carries out functional simulation according to user's request, and for the end function file of free system resources.
The beneficial effect that adopts above-mentioned further scheme is that service scripts inside is arranged to initialization function file, power function file and finishes function file, can realize the flexible support to user's request.
Further, a kind of software performance test analogue means, comprises memory module, creation module, and read module, execution module, creates sub-thread module and statistical module;
Described memory module, for user configured configuration information being stored in to the structure file of simulation, sends to creation module by structure file;
Described creation module, for receiving structure file, creates the shared drive of simulation, and described structure file is stored in shared drive, and the storage information by structure file in shared drive sends to read module;
Described read module, for receiving structure file in the storage information of shared drive, read the structure file being stored in shared drive, analytic structure body file, obtain rate value, create the test process of a plurality of simulations, for the user of each predetermined quantity of simulation asks to distribute a test process, the quantity of described test process is the ratio of described rate value and described predetermined quantity, and the information of the test process of a plurality of simulations is sent to execution module;
Described execution module, for receiving the information of the test process of a plurality of simulations, described in each, in test process, simulate respectively the sub-thread that creates described predetermined quantity, user's request of every sub-thread alignment processing, every sub-thread carries out according to described configuration information simulation the service scripts that user's request is carried out, generate the business return data of simulation, simulation is destroyed and is executed the sub-thread of service scripts, return to the business return data of simulation, the business return data of simulation is sent to statistical module;
The sub-thread module of described establishment for every predetermined time, is simulated and is created new sub-thread in each test process;
Described statistical module, for receiving the business return data of simulation, the business return data of storage simulation the business return data of statistical simulation.
The beneficial effect that adopts above-mentioned further scheme is to have used multi-process multi-threaded architecture, reasonable distribution resource, guarantee that each process pressure load is reasonable, each process is only simulated the Rate Models of small frequency, on robustness, be improved, avoided certain process to occur losing efficacy, the impact on overall load test result simultaneously; Multi-process framework has guaranteed that workload generator can apply for enough system resource, avoids the impact on rate test method of resource deadlock that multithreading competition causes; Multi-threaded architecture has guaranteed that each customer service operates in independently in context, has avoided response time interference each other between customer service in HTTPLOAD framework.
Further, the sub-thread module of described establishment, be further used for creating the timer of simulation and the mutexes of simulation, dry run mutexes and timer, mutexes keeps lock-out state and released state to hocket, and the time span of described lock-out state and released state is the time that timer is set, at mutexes during in released state, in the storage space of test process, create new sub-thread, until mutexes while reaching termination condition, finishes mutexes.
The beneficial effect that adopts above-mentioned further scheme is to have avoided operating system nucleus scheduling and process, thread to switch the timer error of bringing, and accuracy is guaranteed.
Further, described service scripts inside comprises for carrying out initialized initialization function file, for the power function file that carries out functional simulation according to user's request, and for the end function file of free system resources.
The beneficial effect that adopts above-mentioned further scheme is that service scripts inside is arranged to initialization function file, power function file and finishes function file, can realize the flexible support to user's request.
Accompanying drawing explanation
Fig. 1 is the inventive method flow chart of steps;
Fig. 2 is apparatus of the present invention structural drawing;
Fig. 3 is mutexes of the present invention and timer workflow diagram.
In accompanying drawing, the list of parts of each label representative is as follows:
1, memory module, 2, creation module, 3, read module, 4, execution module, 5, create sub-thread module, 6 statistical modules.
Embodiment
Below in conjunction with accompanying drawing, principle of the present invention and feature are described, example, only for explaining the present invention, is not intended to limit scope of the present invention.
As shown in Figure 1, be the inventive method flow chart of steps; Fig. 2 is apparatus of the present invention structural drawing; Fig. 3 is mutexes of the present invention and timer workflow diagram.
Embodiment 1
An analogy method for software performance test, comprises the following steps:
Step 1: user configured configuration information is stored in the structure file of simulation; User according to demand, confirms to need test macro address, speed number, working time, database information, generating configuration file.Program reads user configuration information, and the structure of computing machine identification for storage exits for each process identification user's request, analog subscriber business conduct, speed control operation and control speed.
Figure BDA0000376175910000061
Figure BDA0000376175910000071
Step 2: create the shared drive of simulation, described structure file is stored in shared drive;
Operating system is under memory protect mechanism; each process has independently logical memory space, and each process cannot be accessed other process data, and this rate test method is based on multi-process multithreading; the restriction of operating system, causes each process cannot learn other progress informations.By realizing shared drive by shining upon same ordinary file between process, the user's request structure that storing step 1 obtains, guarantees that each process can read unified user's request; During operation, can know other running state of process, its uniqueness can be used to carry out the load balancing of step 3 process; Arrive after working time, can the whole end signals of the issued all requests of storage process, guarantee data statistics precision;
Step 3: read the structure file being stored in shared drive, analytic structure body file, obtain rate value, create the test process of a plurality of simulations, for the user of each predetermined quantity of simulation asks to distribute a test process, the quantity of described test process is the ratio of described rate value and described predetermined quantity
Establishment process, each process read step 2 is stored in shared drive, the user's request structure being generated by step 1, two-forty is assigned to multi-process: in Rate Models, Added Business request in 50/ second creates a new process (less than 50 is also as a process), the speed of supposing user's appointment is N/ second, and the process that Rate Models can start is counted P and can be calculated by following formula:
Each process creating is according to the frequency of newly-increased 50 (discontented 50 are as the criterion with actual) per second individual user's request, execution service request.
Step 4: simulate respectively the sub-thread that creates described predetermined quantity described in each in test process, user's request of every sub-thread alignment processing, every sub-thread carries out according to described configuration information simulation the service scripts that user's request is carried out, generate the business return data of simulation, simulation is destroyed and is executed the sub-thread of service scripts, returns to the business return data of simulation;
Step 5: every predetermined time, simulation creates new sub-thread in each test process;
Step 6: the business return data of storage simulation the business return data of statistical simulation.
The business of statistical simulation is returned to every data of the indexs such as number mainly refers to add up successfully, failure, response time, clicking rate per second, for user and developer provide accurate detailed statistical data.
Described step 5 further comprises: create the timer of simulation and the mutexes of simulation, dry run mutexes and timer, mutexes keeps lock-out state and released state to hocket, the time span of described lock-out state and released state is the time that timer is set, at mutexes during in released state, in the storage space of test process, create new sub-thread, until mutexes while reaching termination condition, finishes mutexes.
Read step 3 obtains user's number of request N of process establishment per second, and calculating the timer cycle is 1/N second.According to mode in Fig. 3, by fixed frequency, increase customer service request.Timer is only responsible for timing by mutexes release, has alleviated the on-stream pressure of timer, has improved accuracy.Periphery has circular test mutexes state, as long as mutexes release shows create new thread.
Described service scripts inside comprises for carrying out initialized initialization function file, for the power function file that carries out functional simulation according to user's request, and for the end function file of free system resources.
Each thread, by calling the library file of packaged customer service, is realized the traffic pressure of tested end is sent.By developing different customer service library files, can realize the flexible support to customer service, totally 3 main functions in library file, initialization function for operation before initialization move well resource requirement; Business function function circular flow within the cycle of operation, realizes the simulation to Virtual User; When thread exits, can carry out end function, discharge operation resource requirement.
The present invention can provide time and two kinds of operating mechanisms of number of times, and under time operational mode, timer can play the operation stop position in shared drive after arriving working time; Under number of times operational mode, after each service request completes, all can upgrade shared drive operation number, when equaling user's configured number, the operation stop position in shared drive can be risen number of run.Arrive after stop condition, exit the implementation of step 4, perform step 7 statistic processes.
An analogue means, comprises memory module 1, creation module 2, read module 3, execution module 4 and statistical module 5;
Described memory module 1, for user configured configuration information being stored in to the structure file of simulation, sends to creation module 2 by structure file;
Described creation module 2, for receiving structure file, creates the shared drive of simulation, and described structure file is stored in shared drive, and the storage information by structure file in shared drive sends to read module 3;
Described read module 3, for receiving structure file in the storage information of shared drive, read the structure file being stored in shared drive, analytic structure body file, obtain rate value, create the test process of a plurality of simulations, for the user of each predetermined quantity of simulation asks to distribute a test process, the quantity of described test process is the ratio of described rate value and described predetermined quantity, and the information of the test process of a plurality of simulations is sent to execution module 4;
Described execution module 4, for receiving the information of the test process of a plurality of simulations, described in each, in test process, simulate respectively the sub-thread that creates described predetermined quantity, user's request of every sub-thread alignment processing, every sub-thread carries out according to described configuration information simulation the service scripts that user's request is carried out, generate the business return data of simulation, simulation is destroyed and is executed the sub-thread of service scripts, return to the business return data of simulation, the business return data of simulation is sent to statistical module 5;
The sub-thread module 5 of described establishment for every predetermined time, is simulated and is created new sub-thread in each test process;
Described statistical module 6, for receiving the business return data of simulation, the business return data of storage simulation the business return data of statistical simulation.
The sub-thread module 5 of described establishment, be further used for creating the timer of simulation and the mutexes of simulation, dry run mutexes and timer, mutexes keeps lock-out state and released state to hocket, the time span of described lock-out state and released state is the time that timer is set, and at mutexes, during in released state, creates new sub-thread in the storage space of test process, until mutexes while reaching termination condition, finishes mutexes.
Described service scripts inside comprises for carrying out initialized initialization function file, for the power function file that carries out functional simulation according to user's request, and for the end function file of free system resources.
The foregoing is only preferred embodiment of the present invention, in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of doing, be equal to replacement, improvement etc., within all should being included in protection scope of the present invention.

Claims (6)

1. an analogy method for software performance test, is characterized in that, comprises the following steps:
Step 1: user configured configuration information is stored in the structure file of simulation;
Step 2: create the shared drive of simulation, described structure file is stored in shared drive;
Step 3: read the structure file being stored in shared drive, analytic structure body file, obtain rate value, create the test process of a plurality of simulations, for the user of each predetermined quantity of simulation asks to distribute a test process, the quantity of described test process is the ratio of described rate value and described predetermined quantity;
Step 4: simulate respectively the sub-thread that creates described predetermined quantity described in each in test process, user's request of every sub-thread alignment processing, every sub-thread carries out according to described configuration information simulation the service scripts that user's request is carried out, generate the business return data of simulation, simulation is destroyed and is executed the sub-thread of service scripts, returns to the business return data of simulation;
Step 5: every predetermined time, simulation creates new sub-thread in each test process;
Step 6: the business return data of storage simulation the business return data of statistical simulation.
2. software performance test analogy method according to claim 1, it is characterized in that: described step 5 further comprises: create the timer of simulation and the mutexes of simulation, dry run mutexes and timer, mutexes keeps lock-out state and released state to hocket, the time span of described lock-out state and released state is the time that timer is set, at mutexes during in released state, in the storage space of test process, create new sub-thread, until mutexes while reaching termination condition, finishes mutexes.
3. according to arbitrary described software performance test analogy method in claim 1 to 2, it is characterized in that: described service scripts inside comprises for carrying out initialized initialization function file, for the power function file that carries out functional simulation according to user request, and for the end function file of free system resources.
4. a software performance test analogue means, is characterized in that: comprise memory module (1), creation module (2), read module (3), execution module (4) and statistical module (5);
Described memory module (1), for user configured configuration information being stored in to the structure file of simulation, sends to creation module (2) by structure file;
Described creation module (2), for receiving structure file, creates the shared drive of simulation, and described structure file is stored in shared drive, and the storage information by structure file in shared drive sends to read module (3);
Described read module (3), for receiving structure file in the storage information of shared drive, read the structure file being stored in shared drive, analytic structure body file, obtain rate value, create the test process of a plurality of simulations, for the user of each predetermined quantity of simulation asks to distribute a test process, the quantity of described test process is the ratio of described rate value and described predetermined quantity, and the information of the test process of a plurality of simulations is sent to execution module (4);
Described execution module (4), for receiving the information of the test process of a plurality of simulations, described in each, in test process, simulate respectively the sub-thread that creates described predetermined quantity, user's request of every sub-thread alignment processing, every sub-thread carries out according to described configuration information simulation the service scripts that user's request is carried out, generate the business return data of simulation, simulation is destroyed and is executed the sub-thread of service scripts, return to the business return data of simulation, the business return data of simulation is sent to statistical module (5);
The sub-thread module of described establishment (5) for every predetermined time, is simulated and is created new sub-thread in each test process;
Described statistical module (6), for receiving the business return data of simulation, the business return data of storage simulation the business return data of statistical simulation.
5. software performance test analogue means according to claim 4, it is characterized in that: the sub-thread module of described establishment (5), be further used for creating the timer of simulation and the mutexes of simulation, dry run mutexes and timer, mutexes keeps lock-out state and released state to hocket, the time span of described lock-out state and released state is the time that timer is set, at mutexes during in released state, in the storage space of test process, create new sub-thread, until mutexes while reaching termination condition, finishes mutexes.
6. according to the arbitrary described software performance test analogue means of claim 4 to 5, it is characterized in that: described service scripts inside comprises for carrying out initialized initialization function file, for the power function file that carries out functional simulation according to user request, and for the end function file of free system resources.
CN201310392954.7A 2013-09-02 2013-09-02 A kind of software performance test analogy method and device Active CN103544102B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310392954.7A CN103544102B (en) 2013-09-02 2013-09-02 A kind of software performance test analogy method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310392954.7A CN103544102B (en) 2013-09-02 2013-09-02 A kind of software performance test analogy method and device

Publications (2)

Publication Number Publication Date
CN103544102A true CN103544102A (en) 2014-01-29
CN103544102B CN103544102B (en) 2016-01-06

Family

ID=49967574

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310392954.7A Active CN103544102B (en) 2013-09-02 2013-09-02 A kind of software performance test analogy method and device

Country Status (1)

Country Link
CN (1) CN103544102B (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107948901A (en) * 2017-11-29 2018-04-20 努比亚技术有限公司 Audio automatic test approach and mobile terminal
CN108037988A (en) * 2017-12-11 2018-05-15 郑州云海信息技术有限公司 A kind of samba multi-threading performances get method and device ready
CN109062629A (en) * 2018-07-13 2018-12-21 成都泛美视界科技有限公司 A kind of performance optimization method of flight simulation software
CN110501627A (en) * 2018-05-17 2019-11-26 大唐移动通信设备有限公司 A kind of the Digital Logical Circuits detection method and device of base station
CN111290942A (en) * 2018-12-10 2020-06-16 北京京东尚科信息技术有限公司 Pressure testing method, device and computer readable medium
CN112181670A (en) * 2019-07-02 2021-01-05 西安诺瓦星云科技股份有限公司 Inter-process communication method and device and Linux equipment
CN112765037A (en) * 2021-01-28 2021-05-07 湖北三江航天红峰控制有限公司 Test method and system for updating test information in real time
CN114221865A (en) * 2022-02-21 2022-03-22 广州鲲鹏物联科技有限公司 Method, device, equipment and storage medium for realizing business function of Internet of things terminal
CN114666807A (en) * 2022-05-26 2022-06-24 车路通科技(成都)有限公司 V2X detection model, construction method, detection method, system, terminal and medium
CN115459863A (en) * 2022-08-23 2022-12-09 深圳市共进电子股份有限公司 Network equipment performance test method, device, equipment and storage medium
CN116594884A (en) * 2023-05-16 2023-08-15 上海安般信息科技有限公司 Fuzzy test method and device based on concurrent mode

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101576844A (en) * 2008-05-09 2009-11-11 北京世纪拓远软件科技发展有限公司 Method and system for testing software system performances
CN102035697A (en) * 2010-12-31 2011-04-27 中国电子科技集团公司第十五研究所 Concurrent connections performance testing system and method for file system
US20110202901A1 (en) * 2001-07-27 2011-08-18 Ethan Givoni Automated software testing and validation system
CN102541723A (en) * 2010-12-08 2012-07-04 上海杉达学院 Automated testing device for software testing
CN102831053A (en) * 2011-06-17 2012-12-19 阿里巴巴集团控股有限公司 Scheduling method and device for test execution
CN102955721A (en) * 2011-08-16 2013-03-06 阿里巴巴集团控股有限公司 Device and method for pressure generation for testing

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110202901A1 (en) * 2001-07-27 2011-08-18 Ethan Givoni Automated software testing and validation system
CN101576844A (en) * 2008-05-09 2009-11-11 北京世纪拓远软件科技发展有限公司 Method and system for testing software system performances
CN102541723A (en) * 2010-12-08 2012-07-04 上海杉达学院 Automated testing device for software testing
CN102035697A (en) * 2010-12-31 2011-04-27 中国电子科技集团公司第十五研究所 Concurrent connections performance testing system and method for file system
CN102831053A (en) * 2011-06-17 2012-12-19 阿里巴巴集团控股有限公司 Scheduling method and device for test execution
CN102955721A (en) * 2011-08-16 2013-03-06 阿里巴巴集团控股有限公司 Device and method for pressure generation for testing

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107948901A (en) * 2017-11-29 2018-04-20 努比亚技术有限公司 Audio automatic test approach and mobile terminal
CN108037988A (en) * 2017-12-11 2018-05-15 郑州云海信息技术有限公司 A kind of samba multi-threading performances get method and device ready
CN110501627A (en) * 2018-05-17 2019-11-26 大唐移动通信设备有限公司 A kind of the Digital Logical Circuits detection method and device of base station
CN110501627B (en) * 2018-05-17 2020-11-03 大唐移动通信设备有限公司 Digital logic circuit detection method and device for base station
CN109062629A (en) * 2018-07-13 2018-12-21 成都泛美视界科技有限公司 A kind of performance optimization method of flight simulation software
CN111290942A (en) * 2018-12-10 2020-06-16 北京京东尚科信息技术有限公司 Pressure testing method, device and computer readable medium
CN112181670A (en) * 2019-07-02 2021-01-05 西安诺瓦星云科技股份有限公司 Inter-process communication method and device and Linux equipment
CN112181670B (en) * 2019-07-02 2023-04-11 西安诺瓦星云科技股份有限公司 Inter-process communication method and device and Linux equipment
CN112765037A (en) * 2021-01-28 2021-05-07 湖北三江航天红峰控制有限公司 Test method and system for updating test information in real time
CN114221865A (en) * 2022-02-21 2022-03-22 广州鲲鹏物联科技有限公司 Method, device, equipment and storage medium for realizing business function of Internet of things terminal
CN114221865B (en) * 2022-02-21 2022-05-13 广州鲲鹏物联科技有限公司 Method, device, equipment and storage medium for realizing business function of Internet of things terminal
CN114666807A (en) * 2022-05-26 2022-06-24 车路通科技(成都)有限公司 V2X detection model, construction method, detection method, system, terminal and medium
CN115459863A (en) * 2022-08-23 2022-12-09 深圳市共进电子股份有限公司 Network equipment performance test method, device, equipment and storage medium
CN116594884A (en) * 2023-05-16 2023-08-15 上海安般信息科技有限公司 Fuzzy test method and device based on concurrent mode
CN116594884B (en) * 2023-05-16 2023-10-27 上海安般信息科技有限公司 Fuzzy test method and device based on concurrent mode

Also Published As

Publication number Publication date
CN103544102B (en) 2016-01-06

Similar Documents

Publication Publication Date Title
CN103544102A (en) Method and device for test and simulation of software performance
Al-Dhuraibi et al. Elasticity in cloud computing: state of the art and research challenges
CN103544103A (en) Method and system for test, simulation and concurrence of software performance
Choi et al. Serving heterogeneous machine learning models on {Multi-GPU} servers with {Spatio-Temporal} sharing
Rodrigo et al. Scsf: A scheduling simulation framework
Guzek et al. A holistic model of the performance and the energy efficiency of hypervisors in a high‐performance computing environment
Huang et al. Scalably distributed SystemC simulation for embedded applications
CN103955373A (en) Design method of SDN (Software Defined Networking) application integration development environment
Di Sanzo et al. A flexible framework for accurate simulation of cloud in-memory data stores
Ataie et al. Modeling and evaluation of dispatching policies in IaaS cloud data centers using SANs
Chéramy et al. Simulation of real-time multiprocessor scheduling with overheads
Poss et al. MGSim—A simulation environment for multi-core research and education
Boudeville et al. RELEASE: A High-Level Paradigm for Reliable Large-Scale Server Software: (Project Paper)
CN103164338B (en) The analogy method of concurrent processing system and device
Rodrigues et al. Structural Simulation Toolkit (SST).
Neves et al. Mremu: An emulation-based framework for datacenter network experimentation using realistic mapreduce traffic
Chen et al. Integrating I/O Time to Virtual Time System for High Fidelity Container-based Network Emulation
Yoginath et al. Efficiently scheduling multi-core guest virtual machines on multi-core hosts in network simulation
Santoro et al. Transparent optimistic synchronization in the high-level architecture via time-management conversion
Srivastava et al. Enhancing the functionality of a gridsim-based scheduler for effective use with large-scale scientific applications
Ewald et al. A simulation approach to facilitate parallel and distributed discrete-event simulator development
Xavier et al. Mobile application testing on Clouds: challenges, opportunities and architectural elements
Fu et al. Universal simulation engine (USE) a model-independent library for discrete event simulation
De Bock Hard real-time scheduling on virtualized embedded multi-core systems
US10402514B2 (en) Modeling and simulation of distributed computing frameworks

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant