org.cempaka.cyclone:cyclone-codehale-metrics

Pure java open source application made to load test and measure performance of systems.

Лицензия

Лицензия

Категории

Категории

Metrics Тестирование приложения и мониторинг Monitoring
Группа

Группа

org.cempaka.cyclone
Идентификатор

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

cyclone-codehale-metrics
Последняя версия

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

0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Pure java open source application made to load test and measure performance of systems.

Скачать cyclone-codehale-metrics

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

<!-- https://jarcasting.com/artifacts/org.cempaka.cyclone/cyclone-codehale-metrics/ -->
<dependency>
    <groupId>org.cempaka.cyclone</groupId>
    <artifactId>cyclone-codehale-metrics</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.cempaka.cyclone/cyclone-codehale-metrics/
implementation 'org.cempaka.cyclone:cyclone-codehale-metrics:0.4'
// https://jarcasting.com/artifacts/org.cempaka.cyclone/cyclone-codehale-metrics/
implementation ("org.cempaka.cyclone:cyclone-codehale-metrics:0.4")
'org.cempaka.cyclone:cyclone-codehale-metrics:jar:0.4'
<dependency org="org.cempaka.cyclone" name="cyclone-codehale-metrics" rev="0.4">
  <artifact name="cyclone-codehale-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cempaka.cyclone', module='cyclone-codehale-metrics', version='0.4')
)
libraryDependencies += "org.cempaka.cyclone" % "cyclone-codehale-metrics" % "0.4"
[org.cempaka.cyclone/cyclone-codehale-metrics "0.4"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.codahale.metrics : metrics-core jar 3.0.2

provided (1)

Идентификатор библиотеки Тип Версия
org.cempaka.cyclone : cyclone-core jar 0.4

test (9)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13
org.junit.vintage : junit-vintage-engine jar 5.6.0
org.junit.jupiter : junit-jupiter-engine jar 5.6.0
org.junit.jupiter : junit-jupiter-api jar 5.6.0
org.junit.jupiter : junit-jupiter-params jar 5.6.0
org.mockito : mockito-junit-jupiter jar 3.3.0
org.assertj : assertj-core jar 3.15.0
org.awaitility : awaitility jar 4.0.2
org.apache.httpcomponents : httpmime jar 4.5.11

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

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

Cyclone

Build Status Maven Central codecov Snyk Vulnerabilities for GitHub Repo

Cempaka Cyclone is a pure java open source application made to load test and measure performance of systems.

What can I do with it?

You can performance test literally everything. Cyclone use simple process management to run the tests. Each test runs in a separate JVM without not needed dependencies. As a developer you are fully in control of your tests and dependencies as you can simply write them (in Java!)

Cyclone features:

  • Daemon application for running and managing tests
  • Simple API (dependency free) that allows you to write your Java load tests
  • No need to use UI when creating tests, everything can be done programmatically
  • Built-in loops threads and custom parameters for your tests

Getting started

Checkout the Wiki

Development

Requesting a feature

To request a new feature to cyclone please open a GitHub issue.

Code style

Please follow a code style located inside this repository in project/intellij.xml

Running project tests

To run tests simply fire Maven verify lifecycle

mvn verify

License

This project is licensed under the MIT License - see the LICENSE file for details

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

Версия
0.4
0.3
0.2
0.1