benchto-service

Base POM for Airlift

Лицензия

Лицензия

Группа

Группа

io.prestosql.benchto
Идентификатор

Идентификатор

benchto-service
Последняя версия

Последняя версия

0.12
Дата

Дата

Тип

Тип

jar
Описание

Описание

benchto-service
Base POM for Airlift

Скачать benchto-service

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.prestosql.benchto/benchto-service/ -->
<dependency>
    <groupId>io.prestosql.benchto</groupId>
    <artifactId>benchto-service</artifactId>
    <version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql.benchto/benchto-service/
implementation 'io.prestosql.benchto:benchto-service:0.12'
// https://jarcasting.com/artifacts/io.prestosql.benchto/benchto-service/
implementation ("io.prestosql.benchto:benchto-service:0.12")
'io.prestosql.benchto:benchto-service:jar:0.12'
<dependency org="io.prestosql.benchto" name="benchto-service" rev="0.12">
  <artifact name="benchto-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql.benchto', module='benchto-service', version='0.12')
)
libraryDependencies += "io.prestosql.benchto" % "benchto-service" % "0.12"
[io.prestosql.benchto/benchto-service "0.12"]

Зависимости

compile (18)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-data-jpa jar
org.springframework.retry : spring-retry jar 1.1.2.RELEASE
org.aspectj : aspectjweaver jar 1.8.6
org.springframework.boot : spring-boot-starter-security jar
org.flywaydb : flyway-core jar
javax.validation : validation-api jar 1.1.0.Final
org.hibernate : hibernate-validator jar 5.1.3.Final
org.slf4j : slf4j-api jar 1.7.11
ch.qos.logback : logback-core jar 1.1.3
ch.qos.logback : logback-classic jar 1.1.3
com.google.guava : guava jar 21.0
org.apache.commons : commons-math3 jar 3.6.1
org.jadira.usertype : usertype.extended jar 3.2.0.GA
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.4.0
com.fasterxml.jackson.datatype : jackson-datatype-hibernate4 jar 2.5.4
net.sf.ehcache : ehcache-core jar 2.6.9
org.hibernate : hibernate-ehcache jar 4.3.8.Final

runtime (1)

Идентификатор библиотеки Тип Версия
postgresql : postgresql jar 9.1-901-1.jdbc4

test (6)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.springframework : spring-test jar
org.assertj : assertj-core jar 3.0.0
com.jayway.jsonpath : json-path jar 2.0.0
com.jayway.jsonpath : json-path-assert jar 2.0.0
com.h2database : h2 jar

Модули Проекта

Данный проект не имеет модулей.

Benchto Build Status

The purpose of Benchto project is to provide easy and manageable way to define, run and analyze macro benchmarks in clustered environment. Understanding behaviour of distributed systems is hard and requires good visibility into state of the cluster and internals of tested system. This project was developed for repeatable benchmarking of Hadoop SQL engines, most importantly Trino.

Benchto consists of two main components: benchto-service and benchto-driver. To utilize all features of Benchto, it is also recommended to configure Graphite and Grafana. Image below depicts high level architecture:

Benchto high level architecture

  • benchto-service - persistent data store for benchmark results. It exposes REST API and stores results in relational DB (Postgres). Driver component calls API to store benchmark execution details which are later displayed by webapp which is bundled with service. Single instance of benchto-service can be shared by multiple benchmark drivers.

  • benchto-driver - standalone java application which loads definitions of benchmarks (benchmark descriptors) and executes them against tested distributed system. If cluster monitoring is in place, driver collects various metrics (cpu, memory, network usage) regarding cluster resource utilization. Moreover it adds graphite events which can be later displayed as Grafana annotations. All data is stored in service for later analysis.

  • monitoring - cluster monitoring is optional, but highly recommended to fully understand performance characteristics of tested system. It is assumed that Graphite/Carbon is used as metrics store and Grafana for clusters dashboards. There is no limitation on metric agents deployed on cluster hosts.

  • benchto-generator - map reduce job for generating benchmark data. You can configure number of rows, type of the row (ex. BIGINT, INT, DOUBLE, DECIMAL(38,8)), output format (ORC, TEXT) and number of output files. More details can be found in benchto-generator module README file.

io.prestosql.benchto
We have moved to https://github.com/trinodb

Версии библиотеки

Версия
0.12
0.11
0.10
0.9
0.8
0.7