nexmark benchmark测试配置文件总结

简介: nexmark

Licensed to the Apache Software Foundation (ASF) under one

or more contributor license agreements. See the NOTICE file

distributed with this work for additional information

regarding copyright ownership. The ASF licenses this file

to you under the Apache License, Version 2.0 (the

"License"); you may not use this file except in compliance

with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software

distributed under the License is distributed on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.

==============================================================================

Rest & web frontend

==============================================================================

The metric reporter server host.

nexmark.metric.reporter.host: bigdata-i4-8x-px001

The metric reporter server port.

nexmark.metric.reporter.port: 9098

==============================================================================

Benchmark workload configuration (events.num)

==============================================================================

nexmark.workload.suite.500m.events.num: 1000000000

nexmark.workload.suite.500m.tps: 50000000
nexmark.workload.suite.500m.queries: "q0,q1,q2,q3,q4,q5,q7,q8,q9,q10,q11,q12,q13,q14,q15,q16,q17,q18,q19,q20,q21,q22"
nexmark.workload.suite.500m.queries.cep: "q0,q1,q2,q3"
nexmark.workload.suite.500m.warmup.duration: 100s
nexmark.workload.suite.500m.warmup.events.num: 1000000000
nexmark.workload.suite.500m.warmup.tps: 50000000

==============================================================================

Benchmark workload configuration (tps, legacy mode)

Without events.num and with monitor.duration

NOTE: The numerical value of TPS is unstable

==============================================================================

When to monitor the metrics, default 3min after job is started

nexmark.metric.monitor.delay: 1min

How long to monitor the metrics, default 3min, i.e. monitor from 3min to 6min after job is started

nexmark.metric.monitor.duration: 3min

nexmark.workload.suite.10m.tps: 10000000

nexmark.workload.suite.10m.queries: "q0,q1,q2,q3,q4,q5,q7,q8,q9,q10,q11,q12,q13,q14,q15,q16,q17,q18,q19,q20,q21,q22"

==============================================================================

Workload for data generation

==============================================================================

nexmark.workload.suite.datagen.tps: 50000000
nexmark.workload.suite.datagen.queries: "insert_kafka"

==============================================================================

Flink REST

==============================================================================

flink.rest.address: bigdata-i4-8x-px001
flink.rest.port: 8081

==============================================================================

Kafka config

==============================================================================

kafka.bootstrap.servers: bigdata-i4-8x-px002:9092,bigdata-i4-8x-px003:9092,bigdata-i4-8x-px004:9092

kafka.max.block.ms: 2000

kafka.buffer.memory: 134217728

相关文章
|
18天前
|
网络协议 安全 测试技术
性能工具之emqtt-bench BenchMark 测试示例
【4月更文挑战第19天】在前面两篇文章中介绍了emqtt-bench工具和MQTT的入门压测,本文示例 emqtt_bench 对 MQTT Broker 做 Beachmark 测试,让大家对 MQTT消息中间 BenchMark 测试有个整体了解,方便平常在压测工作查阅。
200 7
性能工具之emqtt-bench BenchMark 测试示例
|
8月前
|
Java 测试技术 数据库
测试用例的基本要素 && properties配置文件 && 测试用例的基本要素 && SpringMVC背景知识 && 按照开发阶段划分测试类型
测试用例的基本要素 && properties配置文件 && 测试用例的基本要素 && SpringMVC背景知识 && 按照开发阶段划分测试类型
40 0
|
18天前
|
SQL Java 数据库连接
Mybatis之Mybatis简介、搭建Mybatis相关步骤(开发环境、maven、核心配置文件、mapper接口、映射文件、junit测试、log4j日志)
【1月更文挑战第2天】 MyBatis最初是Apache的一个开源项目iBatis, 2010年6月这个项目由Apache Software Foundation迁移到了Google Code。随着开发团队转投Google Code旗下,iBatis3.x正式更名为MyBatis。代码于2013年11月迁移到Github iBatis一词来源于“internet”和“abatis”的组合,是一个基于Java的持久层框架。iBatis提供的持久层框架包括SQL Maps和Data Access Objects(DAO)
212 3
Mybatis之Mybatis简介、搭建Mybatis相关步骤(开发环境、maven、核心配置文件、mapper接口、映射文件、junit测试、log4j日志)
|
4天前
|
消息中间件 监控 固态存储
性能工具之 Kafka 快速 BenchMark 测试示例
【5月更文挑战第24天】性能工具之 Kafka 快速 BenchMark 测试示例
14 1
性能工具之 Kafka 快速 BenchMark 测试示例
|
18天前
|
消息中间件 测试技术 Linux
linux实时操作系统xenomai x86平台基准测试(benchmark)
本文是关于Xenomai实时操作系统的基准测试,旨在评估其在低端x86平台上的性能。测试模仿了VxWorks的方法,关注CPU结构、指令集等因素对系统服务耗时的影响。测试项目包括信号量、互斥量、消息队列、任务切换等,通过比较操作前后的时戳来测量耗时,并排除中断和上下文切换的干扰。测试结果显示了各项操作的最小、平均和最大耗时,为程序优化提供参考。注意,所有数据基于特定硬件环境,测试用例使用Alchemy API编写。
71 0
linux实时操作系统xenomai x86平台基准测试(benchmark)
|
18天前
|
分布式计算 Hadoop 数据安全/隐私保护
HDFS--HA部署安装:修改配置文件 测试集群工作状态的一些指令
HDFS--HA部署安装:修改配置文件 测试集群工作状态的一些指令
47 0
|
6月前
|
监控 测试技术 Go
【测试平台系列】第一章 手撸压力机(六)- 日志服务及使用yaml配置文件
上一章节我们封装TO(测试对象),方便我们以后扩展其他被测的接口或协议。本章我们主要实现以下,我们的日志输出。
|
10月前
|
缓存 NoSQL 测试技术
【Redis】benchmark 测试工具
【Redis】benchmark 测试工具
|
12月前
|
搜索推荐 算法
EasyRec在公开数据集上的benchmark测试
在pai平台上可公开读取的数据集,不用再费劲去下载和处理数据集: Taobao 数据集介绍 Avazu CTR 数据集 AliCCP 数据集 CENSUS 数据集
311 0
|
SQL 分布式计算 资源调度