MVN

de.viadee : springBatchPerformanceMonitoring

Maven & Gradle

Jul 11, 2017
11 stars

Spring Batch Performance Monitoring (SBPM) · This Tool provides the means to monitor the performance of Spring Batch applications without the need to manipulate the respective code basis. Through Listeners and AOP it evaluates the throughput of a monitored Job and writes the result to a simble database-schema (a file-based H2 by default). It measures the performance of Job, Step, Chunk, Reader/Processor/Writer/Tasklet down to indivdual Items. Installation/Usage: 1. Add the springBatchPerformanceMonitoring-dependency to your POM 2. Add the de.viadee.spring.batch.infrastructure.Configurator.class to your Spring-Application-Context (via @Import on your Configuration) 3. Run the Job 4. By default the monitoring result is written to project-folder/target/database/monitoringDB.mv.db

<dependency>
    <groupId>de.viadee</groupId>
    <artifactId>springBatchPerformanceMonitoring</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.viadee : springBatchPerformanceMonitoring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of de.viadee : springBatchPerformanceMonitoring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
springBatchPerformanceMonitoring-1.0.2

How to add a dependency to Maven

Add the following de.viadee : springBatchPerformanceMonitoring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.viadee</groupId>
    <artifactId>springBatchPerformanceMonitoring</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.viadee : springBatchPerformanceMonitoring gradle dependency to your build.gradle file:

implementation 'de.viadee:springBatchPerformanceMonitoring:1.0.2'

Gradle Kotlin DSL: Add the following de.viadee : springBatchPerformanceMonitoring gradle kotlin dependency to your build.gradle.kts file:

implementation("de.viadee:springBatchPerformanceMonitoring:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.viadee : springBatchPerformanceMonitoring sbt scala dependency to your build.sbt file:

libraryDependencies += "de.viadee" % "springBatchPerformanceMonitoring" % "1.0.2"

Advertisement

Dependencies from Group

Nov 04, 2019
1 usages
7 stars
Jul 17, 2019
76 stars
Dec 13, 2019
76 stars

Discover Dependencies

Feb 14, 2019
112 stars
Mar 07, 2020
2 usages
112 stars
Jan 06, 2018
1 stars
Aug 21, 2023
5.8k stars
Oct 31, 2018
0 stars
Apr 01, 2019
6 stars
Sep 22, 2020
2 usages
71 stars
Sep 22, 2020
71 stars
Jul 14, 2017
1 usages
115 stars