开发者

Tool to Generate Load using the Database Sample Data

开发者 https://www.devze.com 2023-04-08 08:56 出处:网络
I wanted to generate a load on my web application to measure/test that how many requests my web app can handle. Currently I am using Apache Benchmark For POST request. The problem is Apach开发者_Stack

I wanted to generate a load on my web application to measure/test that how many requests my web app can handle. Currently I am using Apache Benchmark For POST request. The problem is Apach开发者_StackOverflow中文版e Benchmark only use static data which is in file. I want such a tool which takes a sample data from database and generate load using that data randomly or sequentially. Can anybody tell me which tool is available for that? And Can that tool be able to provide a benchmark report?


Have a look at Apache JMeter. It can get dynamic data from textfiles (e.g. a CSV export from your database).

It does have a learning curve though, but once you get the hang of it, it is quite powerful.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号