当前位置:网站首页>Doris or starrocks JMeter pressure measurement
Doris or starrocks JMeter pressure measurement
2022-07-27 01:14:00 【Me fan】
Test introduction :
1. Configuration change sql where Conditions (5 Threads , Each thread performs different where Conditions , adopt csv File implementation )
2. Implement a fixed number of concurrent executions for a few minutes ( If only a fixed number of concurrent executions , The pressure test is unqualified ,QPS The number of concurrency you set cannot be reached )
The whole test involves about so much

1. Jmeter JDBC Connect
Doris or StarRocks compatible mysql agreement , adopt jdbc Way to connect
Said to add one mysql-connect Of jar package


2. csv Configuration change
For example, I 3 Threads perform 3 individual where Conditions 1. wehre name ='zs' 2. where age='18' 3. where sex='male'

csv Just deposit by line ( It's not done here demo, Take your own test directly sql)
The variable name corresponds to the preceding 
3. QPS Keep at a fixed value
Two places need to be set up , One is duration , There is also a constant throughput timer
such as 10QPS run 4 minute , Then one minute is about 600, So write in constant throughput 600, This can maintain stability QPS


4. test result
It is recommended to use aggregate reports , There will be 90%,95%,99% These are very important indicators
边栏推荐
- Li Hongyi machine learning (2017 Edition)_ P5: error
- Flink's fault tolerance mechanism (checkpoint)
- 被围绕的区域
- Programming method of sparksql
- Real time calculation demo based on Flink: user behavior analysis (IV: how many different users have visited the website (UV) in a period of time)
- Li Hongyi machine learning (2017 Edition)_ P3-4: Regression
- One of the Flink requirements - sideoutput (Application of side output flow: output the temperature higher than 30 ℃ to the mainstream, and output the temperature lower than 30 ℃ to the side flow)
- More than live streaming: what other eye-catching functions does Tencent cloud live mlvb plug-in have besides streaming / streaming
- Write the changed data in MySQL to Kafka through flinkcdc (datastream mode)
- SQL learning (2) -- basic query and sorting of tables
猜你喜欢
随机推荐
Rabbit学习笔记
Simple explanation of database table connection
Wu Enda's in-depth learning series teaching video learning notes (I) -- logistic regression function for binary classification
快来帮您一分钟了解移动互联网
Flink1.11 write MySQL test cases in jdcb mode
Li Hongyi machine learning (2017 Edition)_ P14: back propagation
Rabbit learning notes
ADB shell screen capture command
Flink based real-time project: user behavior analysis (II: real-time traffic statistics)
Based on Flink real-time project: user behavior analysis (III: Statistics of total website views (PV))
Android -- Data Persistence Technology (III) database storage
被围绕的区域
Compile Darknet under vscode2015 to generate darknet Ext error msb3721: XXX has exited with a return code of 1.
Android——数据持久化技术(三) 数据库存储
Use Tika to judge the file type
Deep understanding of pod objects: basic management
MySQL - how to determine a field suitable for building an index?
移动直播选择 RTMP 还是RTC协议
Analysis of contentvalues
Real time calculation demo based on Flink: user behavior analysis (IV: how many different users have visited the website (UV) in a period of time)









