kieker-for-jupyter

Kieker is an observability framework, that consists of an monitoring and tracing agent, and compatible analysis tools

https://github.com/kieker-monitoring/kieker

Science Score: 39.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 6 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.7%) to scientific vocabulary

Keywords

apm distributed-tracing dynamic-analysis framework java monitoring observability tracing
Last synced: 4 months ago · JSON representation

Repository

Kieker is an observability framework, that consists of an monitoring and tracing agent, and compatible analysis tools

Basic Info
  • Host: GitHub
  • Owner: kieker-monitoring
  • License: apache-2.0
  • Language: Java
  • Default Branch: main
  • Homepage:
  • Size: 671 MB
Statistics
  • Stars: 107
  • Watchers: 8
  • Forks: 43
  • Open Issues: 738
  • Releases: 11
Topics
apm distributed-tracing dynamic-analysis framework java monitoring observability tracing
Created over 10 years ago · Last pushed 4 months ago
Metadata Files
Readme Changelog License Citation Codemeta

README.md

Kieker Observability Framework

The internal behavior of large-scale software systems cannot be determined on the basis of static (e.g., source code) analysis alone. Kieker provides complementary dynamic analysis capabilities, i.e., tracing, monitoring and analyzing a software systems runtime behavior enabling application performance monitoring and architecture discovery.

Detailed information about Kieker is provided at http://kieker-monitoring.net/ and its documentation site https://kieker-monitoring.readthedocs.io/en/latest/

Citation

If you use this software, please cite

  • Shinhyung Yang, David Georg Reichelt, Reiner Jung, Marcel Hansson, and Wilhelm Hasselbring (2025) "The Kieker Observability Framework Version 2". In: Companion of the 16th ACM/SPEC International Conference on Performance Engineering (ICPE '25), May 5-9, 2025, Toronto, ON, Canada. https://doi.org/10.1145/3680256.3721972

  • Wilhelm Hasselbring and Andr van Hoorn (2020) "Kieker: A monitoring framework for software engineering research". Software Impacts, 5. https://doi.org/10.1016/j.simpa.2020.100019

  • Andr van Hoorn, Jan Waller, and Wilhelm Hasselbring (2012) "Kieker: A Framework for Application Performance Monitoring and Dynamic Software Analysis". In: 3rd joint ACM/SPEC International Conference on Performance Engineering (ICPE 2012), April 22-25, 2012, Boston, Massachusetts, USA. https://doi.org/10.1145/2188286.2188326

BibTeX entries are provides as Kieker BibTeX file

Usage

Kieker releases (stable, nightly, etc.) can be downloaded from our website's Download Section.

Documentation on how to use Kieker can be found here: Kieker Documentation

Development and Contribution

Gradle is used as the build tool. A build.gradle file is provided. From the command-line, please use the provided Gradle wrapper script, e.g., on Unix-based systems, run ./gradlew clean build -x check -x test to build without executing checks and tests.

For issue tracking and bug reports, JIRA is used at https://kieker-monitoring.atlassian.net/.

Further instructions for developers are available at https://kieker-monitoring.atlassian.net/wiki/display/DEV/

Eclipse Setup for Contributors

  • Get Gradle support by installing the Eclipse plugin "Buildship: ..." in version 2 or above.
  • If you have already imported Kieker in Eclipse, delete it
  • Import Kieker in Eclipse by importing it as gradle project (Eclipse will also import all submodules automatically)
  • Whenever you change a build.gradle file, regenerate the .project and .classpath files for Eclipse by using "Gradle->Refresh Gradle Project"

Read our Confluence pages for more information.

Code Conventions

Read and follow our code conventions

Debugging and Logging Kieker's Execution

Kieker uses the Simple Logging Facade for Java (SLF4J) to support the logging framework of your choice. In order to see or store log messages, you need to bind a logging framework at deployment time.

A fast and flexible logging framework that can be used with SLF4J is Logback. In order to use it, you have to download it and add the following Jar files to the classpath: - logback-classic-<version>.jar - logback-core-<version>.jar

Moreover, you have to set up a logback.xml file for configuration and add its containing folder to the classpath. An example of such a file is provided below:

````xml <!-- log to console --> %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n <!-- for logging to files see: https://logback.qos.ch/manual/appenders.html -->

<!-- set log level for TCP writer down to "info" --> ````

Logbacks official documentation provides more information on how to use and configure it.

Owner

  • Name: kieker-monitoring
  • Login: kieker-monitoring
  • Kind: organization

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "license": "https://spdx.org/licenses/Apache-2.0",
  "codeRepository": "https://github.com/kieker-monitoring/kieker",
  "dateModified": "2025-09-04",
  "issueTracker": "https://github.com/kieker-monitoring/kieker/issues",
  "name": "Kieker",
  "version": "2.0.2",
  "description": "Application-level monitoring and dynamic analysis of software systems are a basis for various tasks in software engineering research, such as performance evaluation and reverse engineering. The Kieker framework provides monitoring, analysis, and visualization support for these purposes.",
  "referencePublication": "https://doi.org/10.1145/3680256.3721972",
  "programmingLanguage": [
    "Java"
  ],
  "runtimePlatform": [
    "JVM"
  ],
  "author": [
    {
      "@type": "Person",
      "@id": "https://orcid.org/0000-0001-6625-4335",
      "givenName": "Wilhelm",
      "familyName": "Hasselbring",
      "email": "hasselbring@email.uni-kiel.de",
      "affiliation": {
        "@type": "Organization",
        "name": "Kiel University"
      }
    },
    {
      "@type": "Person",
      "@id": "https://orcid.org/0000-0003-2567-6077",
      "givenName": "Andre",
      "familyName": "van Hoorn",
      "email": "van.hoorn@informatik.uni-stuttgart.de",
      "affiliation": {
        "@type": "Organization",
        "name": "University of Stuttgart"
      }
    },
    {
      "@type": "Person",
      "@id": "https://orcid.org/0000-0002-5464-8561",
      "givenName": "Reiner",
      "familyName": "Jung",
      "email": "reiner.jung@stk.landsh.de",
      "affiliation": {
        "@type": "Organization",
        "name": "ZIT SH"
      }
    },
    {
      "@type": "Person",
      "@id": "https://orcid.org/0000-0001-6625-4335",
      "givenName": "David Georg",
      "familyName": "Reichelt",
      "email": "d.g.reichelt@lancaster.ac.uk",
      "affiliation": {
        "@type": "Organization",
        "name": "Lancaster University, Leipzig"
      }
    },
    {
      "@type": "Person",
      "@id": "https://orcid.org/0000-0002-8997-9942",
      "givenName": "Shinhyung",
      "familyName": "Yang",
      "email": "shinhyung.yang@email.uni-kiel.de",
      "affiliation": {
        "@type": "Organization",
        "name": "Kiel University"
      }
    },
    {
      "@type": "Person",
      "@id": "https://orcid.org/0009-0000-6524-037X",
      "givenName": "Marcel",
      "familyName": "Hansson",
      "email": "marcel.hansson@uni-hamburg.de",
      "affiliation": {
        "@type": "Organization",
        "name": "University of Hamburg"
      }
    }
  ]
}

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 1,896
  • Total pull requests: 629
  • Average time to close issues: 1 day
  • Average time to close pull requests: 9 days
  • Total issue authors: 4
  • Total pull request authors: 11
  • Average comments per issue: 1.87
  • Average comments per pull request: 0.77
  • Merged pull requests: 339
  • Bot issues: 2
  • Bot pull requests: 310
Past Year
  • Issues: 1,894
  • Pull requests: 388
  • Average time to close issues: 1 day
  • Average time to close pull requests: 8 days
  • Issue authors: 3
  • Pull request authors: 5
  • Average comments per issue: 1.88
  • Average comments per pull request: 1.1
  • Merged pull requests: 144
  • Bot issues: 0
  • Bot pull requests: 214
Top Authors
Issue Authors
  • rju (1,879)
  • DaGeRe (11)
  • shinhyungyang (6)
  • dependabot[bot] (2)
Pull Request Authors
  • dependabot[bot] (321)
  • rju (228)
  • DaGeRe (74)
  • shinhyungyang (9)
  • Col20s (2)
  • avanhoorn (2)
  • simontrapp (1)
  • stro18 (1)
  • holgerknoche (1)
  • Marcel-Ha (1)
  • duelle (1)
Top Labels
Issue Labels
Donex (1,189) Done (126) rg (30) thesis (27) Open (26) gradle-for-kieker (23) KiekerHiwi (10) discussInMeeting (10) opad-tslib-integration (7) PipelineFachstudie17 (4) Student (4) feature (3) kieker-1.8 (3) opad (3) Rserve (3) SSP17 (2) tomcat (2) dependencies (2) java (1) todo (1) forecast (1) license (1) org.json (1) tools (1) dependency (1) plugin (1) notification (1) gradle-for-kiekerdiscussInMeeting (1) livedemo (1) R (1)
Pull Request Labels
dependencies (321) java (269) Donex (104) Done (8) python (2) thesis (1) troubleshooting (1) opad-tslib-integration (1) R (1) Rserve (1) rbridge (1) gradle-for-kieker (1) rg (1)

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 11 last-month
  • Total dependent packages: 6
    (may contain duplicates)
  • Total dependent repositories: 28
    (may contain duplicates)
  • Total versions: 18
  • Total maintainers: 1
repo1.maven.org: net.kieker-monitoring:kieker

Kieker: Application Performance Monitoring and Dynamic Software Analysis

  • Versions: 17
  • Dependent Packages: 6
  • Dependent Repositories: 28
Rankings
Dependent repos count: 4.4%
Dependent packages count: 9.7%
Average: 17.7%
Forks count: 26.3%
Stargazers count: 30.2%
Last synced: 4 months ago
pypi.org: kieker-for-jupyter

Enhancing Kieker usability in Jupyter Notebooks

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 11 Last month
Rankings
Dependent packages count: 9.2%
Average: 30.6%
Dependent repos count: 52.0%
Maintainers (1)
Last synced: 4 months ago

Dependencies

build.gradle maven
  • com.google.code.findbugs:findbugs ${fbVersion} implementation
  • org.slf4j:slf4j-api $libSlf4jApiVersion implementation
  • ch.qos.logback:logback-classic 1.2.3 testImplementation
  • junit:junit $libJunitVersion testImplementation
  • org.hamcrest:hamcrest $libHamcrestVersion testImplementation
  • org.mockito:mockito-core $libMockitoVersion testImplementation
.github/workflows/gradle.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v1 composite
  • actions/upload-artifact v2 composite
  • scacap/action-surefire-report v1 composite
.github/workflows/gradleForPR.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v1 composite
  • actions/upload-artifact v2 composite
analysis/build.gradle maven
  • com.carrotsearch:hppc 0.9.1 api
  • com.rabbitmq:amqp-client $libAmqpVersion api
  • com.tinkerpop.blueprints:blueprints-core 2.6.0 api
  • de.cau.cs.se.teetime:teetime 3.1.0 api
  • javax.jms:javax.jms-api 2.0.1 api
  • javax.servlet:javax.servlet-api 4.0.1 api
  • javax.xml.bind:jaxb-api 2.3.1 api
  • nz.ac.waikato.cms.weka:weka-stable 3.6.13 api
  • org.apache.commons:commons-compress 1.20 api
  • org.apache.cxf:cxf $libCxfVersion api
  • org.csveed:csveed 0.7.5 api
  • org.eclipse.emf:org.eclipse.emf.common 2.22.0 api
  • org.eclipse.emf:org.eclipse.emf.ecore 2.24.0 api
  • org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.16.0 api
  • org.mosim.refactorlizar:architecture-evaluation-tool 0.0.4 api
  • org.nanohttpd:nanohttpd 2.3.1 api
  • org.tukaani:xz $libXzVersion api
  • org.yaml:snakeyaml 2.2 api
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • com.beust:jcommander ${jcommanderVersion} implementation
  • org.slf4j:slf4j-api $libSlf4jApiVersion implementation
  • org.junit.jupiter:junit-jupiter-api 5.8.1 testImplementation
  • org.apache.derby:derby 10.17.1.0 testRuntimeOnly
  • org.junit.jupiter:junit-jupiter-engine 5.10.1 testRuntimeOnly
common/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • com.fasterxml.jackson.core:jackson-core 2.12.3 implementation
  • com.fasterxml.jackson.core:jackson-databind 2.12.3 implementation
  • org.slf4j:slf4j-api $libSlf4jApiVersion implementation
examples/JavaEEServletContainerExample/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
examples/JavaEEServletContainerExample/jetty/webapps/jpetstore/META-INF/maven/org.mybatis/jpetstore/pom.xml maven
  • javax.servlet:jsp-api 2.0 provided
  • javax.servlet:jstl 1.2
  • log4j:log4j 2.14.1
  • net.sourceforge.stripes:stripes 1.5.7-classloaderfix
  • org.hsqldb:hsqldb 2.7.1
  • org.mybatis:mybatis 3.5.6
  • org.mybatis:mybatis-spring 1.2.2
  • org.springframework:spring-jdbc 4.0.1.RELEASE
  • org.springframework:spring-web 6.0.0
documentation/requirements.txt pypi
  • docutils <0.17
  • jinja2 <3.1
  • readthedocs-sphinx-search ==0.1.1
  • sphinx ==3.5.4
  • sphinx_rtd_theme ==1.0.0
examples/analysis/trace-analysis/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • com.beust:jcommander 1.72 implementation
  • de.cau.cs.se.teetime:teetime ${libTeetimeVersion} implementation
  • net.kieker-monitoring:kieker ${kiekerVersion} implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
examples/build.gradle maven
examples/monitoring/adaptive-monitoring/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • net.kieker-monitoring:kieker ${kiekerVersion} implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
examples/monitoring/custom-timesource/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • net.kieker-monitoring:kieker ${kiekerVersion} implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
examples/monitoring/probe-aspectj/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
examples/monitoring/probe-manual/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
examples/monitoring/probe-manual-tcp/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • net.kieker-monitoring:kieker ${kiekerVersion} implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
examples/monitoring/probe-spring/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.jctools:jctools-core 4.0.3 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
  • org.springframework:spring-aop ${libSpringVersion} implementation
  • org.springframework:spring-beans ${libSpringVersion} implementation
  • org.springframework:spring-context ${libSpringVersion} implementation
  • org.springframework:spring-core ${libSpringVersion} implementation
  • org.springframework:spring-expression ${libSpringVersion} implementation
  • org.springframework:spring-web ${libSpringVersion} implementation
  • org.springframework:spring-webmvc ${libSpringVersion} implementation
  • org.aspectj:aspectjweaver 1.9.22 runtimeOnly
examples/monitoring/sampler-jvm/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
examples/monitoring/sampler-oshi/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • com.github.oshi:oshi-core 3.12.2 implementation
  • net.kieker-monitoring:kieker ${kiekerVersion} implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.jctools:jctools-core 3.1.0 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
examples/userguide/appendix-AMQP/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • com.google.guava:guava 20.0 implementation
  • com.rabbitmq:amqp-client 5.8.0 implementation
  • net.kieker-monitoring:kieker 1.15 implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
examples/userguide/appendix-JMS/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • net.kieker-monitoring:kieker 1.15 implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
examples/userguide/appendix-Kafka/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
examples/userguide/bookstore-application/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
examples/userguide/ch3-4--custom-components/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.eclipse.emf:org.eclipse.emf.common 2.22.0 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore 2.24.0 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.16.0 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
examples/userguide/ch5--trace-monitoring-aspectj/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • net.kieker-monitoring:kieker 1.15 implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
examples/userguide/manual-instrumentation/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • org.codehaus.groovy:groovy-all 3.0.2 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
extension-cassandra/build.gradle maven
  • com.datastax.cassandra:cassandra-driver-core 4.0.0 implementation
extension-kafka/build.gradle maven
  • net.monitoring:kieker 1.13-SNAPSHOT api
  • org.apache.kafka:kafka-clients 3.8.1 implementation
  • junit:junit 4.12 testImplementation
model/build.gradle maven
  • org.eclipse.emf:org.eclipse.emf.common 2.31.0 api
  • org.eclipse.emf:org.eclipse.emf.ecore 2.37.0 api
  • org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.38.0 api
monitoring/aspectj/build.gradle maven
  • javax.jms:javax.jms-api 2.0.1 implementation
  • javax.servlet:javax.servlet-api 4.0.1 implementation
  • org.aspectj:aspectjrt $aspectjVersion implementation
  • org.aspectj:aspectjweaver $aspectjVersion implementation
  • org.glassfish.jersey.core:jersey-client 3.1.9 implementation
  • org.glassfish.jersey.core:jersey-common 3.1.9 implementation
  • org.glassfish.jersey.core:jersey-server 3.1.9 implementation
  • org.springframework:spring-beans $springVersion implementation
  • org.springframework:spring-context $springVersion implementation
  • org.springframework:spring-core $springVersion implementation
  • org.springframework:spring-web $springVersion implementation
  • org.springframework:spring-webmvc $springVersion implementation
  • commons-io:commons-io 2.17.0 testImplementation
  • junit:junit $libJunitVersion testImplementation
  • org.easymock:easymock 5.4.0 testImplementation
  • org.eclipse.jetty:apache-jsp 11.0.24 testImplementation
  • org.eclipse.jetty:jetty-server 12.0.14 testImplementation
  • org.eclipse.jetty:jetty-webapp 11.0.24 testImplementation
  • org.hamcrest:hamcrest $libHamcrestVersion testImplementation
  • org.javassist:javassist 3.30.2-GA testImplementation
  • org.mockito:mockito-core $libMockitoVersion testImplementation
  • org.objenesis:objenesis 3.4 testImplementation
  • org.springframework:spring-beans $springVersion testImplementation
monitoring/aspectj/integrationTest-resources/example-projects-aspectj/example-beforeafterconstructorevent/build.gradle maven
  • commons-io:commons-io 2.16.1 compile
  • junit:junit 4.13.1 compile
  • org.hamcrest:hamcrest-all 1.3 compile
  • org.mockito:mockito-core 3.7.7 compile
monitoring/aspectj/integrationTest-resources/example-projects-aspectj/example-beforeafteroperationevent/build.gradle maven
  • commons-io:commons-io 2.16.1 compile
  • junit:junit 4.13.1 compile
  • org.hamcrest:hamcrest-all 1.3 compile
  • org.mockito:mockito-core 3.7.7 compile
  • org.apache.logging.log4j:log4j-slf4j18-impl 2.14.0 implementation
  • org.jctools:jctools-core 3.2.0 implementation
  • org.slf4j:slf4j-api 1.7.30 implementation
monitoring/aspectj/integrationTest-resources/example-projects-aspectj/example-operationexecutionrecord/build.gradle maven
  • commons-io:commons-io 2.16.1 compile
  • junit:junit 4.13.1 compile
  • org.hamcrest:hamcrest-all 1.3 compile
  • org.mockito:mockito-core 3.7.7 compile
monitoring/aspectj/integrationTest-resources/example-projects-aspectj/example-pure/build.gradle maven
  • commons-io:commons-io 2.16.1 compile
  • junit:junit 4.13.1 compile
  • org.hamcrest:hamcrest-all 1.3 compile
monitoring/bytebuddy/build.gradle maven
  • net.bytebuddy:byte-buddy $libBytebuddyVersion implementation
  • junit:junit $libJunitVersion testImplementation
  • org.hamcrest:hamcrest $libHamcrestVersion testImplementation
monitoring/core/build.gradle maven
  • com.github.oshi:oshi-core 6.6.5 implementation
  • com.rabbitmq:amqp-client $libAmqpVersion implementation
  • com.squareup.okhttp3:okhttp 4.12.0 implementation
  • jakarta.xml.bind:jakarta.xml.bind-api 4.0.2 implementation
  • javax.jms:javax.jms-api 2.0.1 implementation
  • javax.jws:javax.jws-api 1.1 implementation
  • javax.servlet:javax.servlet-api 4.0.1 implementation
  • org.apache.commons:commons-compress 1.27.1 implementation
  • org.apache.cxf:cxf-bundle-minimal $libCxfVersion implementation
  • org.glassfish.jersey.core:jersey-client 3.1.9 implementation
  • org.glassfish.jersey.core:jersey-common 3.1.9 implementation
  • org.glassfish.jersey.core:jersey-server 3.1.9 implementation
  • org.influxdb:influxdb-java 2.24 implementation
  • org.jctools:jctools-core $libJctoolsVersion implementation
  • org.tukaani:xz $libXzVersion implementation
  • commons-io:commons-io 2.17.0 testImplementation
  • junit:junit $libJunitVersion testImplementation
  • org.easymock:easymock 5.4.0 testImplementation
  • org.eclipse.jetty.ee10:jetty-ee10-webapp 12.0.14 testImplementation
  • org.eclipse.jetty:apache-jsp 11.0.24 testImplementation
  • org.eclipse.jetty:jetty-server 12.0.14 testImplementation
  • org.hamcrest:hamcrest $libHamcrestVersion testImplementation
  • org.javassist:javassist 3.30.2-GA testImplementation
  • org.mockito:mockito-core $libMockitoVersion testImplementation
  • org.objenesis:objenesis 3.4 testImplementation
monitoring/disl/build.gradle maven
  • org.ow2.asm:asm 9.7.1 implementation
  • org.ow2.asm:asm-analysis 9.7.1 implementation
  • org.ow2.asm:asm-commons 9.7.1 implementation
  • org.ow2.asm:asm-tree 9.7.1 implementation
  • org.ow2.asm:asm-util 9.7.1 implementation
monitoring/javassist/build.gradle maven
  • org.javassist:javassist 3.30.2-GA implementation
  • junit:junit $libJunitVersion testImplementation
  • org.hamcrest:hamcrest $libHamcrestVersion testImplementation
monitoring/spring/build.gradle maven
  • javax.servlet:javax.servlet-api 4.0.1 implementation
  • org.springframework:spring-beans $springVersion implementation
  • org.springframework:spring-context $springVersion implementation
  • org.springframework:spring-core $springVersion implementation
  • org.springframework:spring-web $springVersion implementation
  • org.springframework:spring-webmvc $springVersion implementation
  • commons-io:commons-io 2.17.0 testImplementation
  • junit:junit $libJunitVersion testImplementation
  • org.easymock:easymock 5.4.0 testImplementation
  • org.eclipse.jetty:apache-jsp 11.0.24 testImplementation
  • org.eclipse.jetty:jetty-server 12.0.14 testImplementation
  • org.eclipse.jetty:jetty-webapp 11.0.24 testImplementation
  • org.hamcrest:hamcrest $libHamcrestVersion testImplementation
  • org.mockito:mockito-core $libMockitoVersion testImplementation
  • org.objenesis:objenesis 3.4 testImplementation
  • org.springframework:spring-beans $springVersion testImplementation
tools/allen-upper-limit/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • com.fasterxml.jackson.core:jackson-databind 2.18.3 implementation
  • com.sun.xml.bind:jaxb-impl 4.0.5 implementation
  • jakarta.xml.bind:jakarta.xml.bind-api 4.0.2 implementation
  • org.apache.commons:commons-compress 1.27.1 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore 2.38.0 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.39.0 implementation
  • org.mosim.refactorlizar:architecture-evaluation-tool 0.0.4 implementation
  • org.mockito:mockito-core 5.16.1 testImplementation
tools/behavior-analysis/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • com.edwardraff:JSAT 0.0.9 implementation
  • org.mockito:mockito-core 5.16.1 testImplementation
tools/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • com.beust:jcommander ${jcommanderVersion} implementation
  • javax.jms:javax.jms-api 2.0.1 implementation
  • javax.servlet:javax.servlet-api 4.0.1 implementation
  • org.slf4j:slf4j-api $libSlf4jApiVersion implementation
  • junit:junit $libJunitVersion testImplementation
tools/cmi/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • com.edwardraff:JSAT 0.0.9 implementation
  • org.mockito:mockito-core 5.16.1 testImplementation
tools/collector/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • org.apache.commons:commons-compress 1.27.1 implementation
  • org.tukaani:xz $libXzVersion implementation
tools/convert-logging-timestamp/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
tools/dar/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • com.fasterxml.jackson.core:jackson-databind 2.18.3 implementation
  • com.sun.xml.bind:jaxb-impl 4.0.5 implementation
  • jakarta.xml.bind:jakarta.xml.bind-api 4.0.2 implementation
  • org.apache.commons:commons-compress 1.27.1 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore 2.38.0 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.39.0 implementation
  • org.tukaani:xz 1.10 implementation
  • org.junit.jupiter:junit-jupiter-api 5.11.4 testImplementation
  • org.mockito:mockito-core 5.16.1 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.11.3 testRuntimeOnly
tools/delta/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • com.fasterxml.jackson.core:jackson-databind 2.18.3 implementation
  • com.sun.xml.bind:jaxb-impl 4.0.5 implementation
  • de.cau.cs.se.teetime:teetime ${libTeetimeVersion} implementation
  • jakarta.xml.bind:jakarta.xml.bind-api 4.0.2 implementation
  • org.apache.commons:commons-compress 1.27.1 implementation
  • org.csveed:csveed 0.8.2 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore 2.38.0 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.39.0 implementation
  • org.junit.jupiter:junit-jupiter-api 5.11.4 testImplementation
  • org.mockito:mockito-core 5.16.1 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.11.3 testRuntimeOnly
tools/fxca/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • commons-io:commons-io 2.19.0 implementation
  • de.cau.cs.se.teetime:teetime ${libTeetimeVersion} implementation
  • org.apache.commons:commons-collections4 4.5.0 implementation
  • org.apache.commons:commons-csv 1.14.0 implementation
  • org.apache.commons:commons-lang3 3.17.0 implementation
  • org.csveed:csveed 0.8.2 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore 2.38.0 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.39.0 implementation
  • org.junit.jupiter:junit-jupiter-api 5.11.4 testImplementation
  • org.mockito:mockito-core 5.16.1 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.11.3 testRuntimeOnly
tools/log-replayer/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • org.junit.jupiter:junit-jupiter 5.12.1 testImplementation
tools/maa/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • com.fasterxml.jackson.core:jackson-databind 2.18.3 implementation
  • com.sun.xml.bind:jaxb-impl 4.0.5 implementation
  • jakarta.xml.bind:jakarta.xml.bind-api 4.0.2 implementation
  • org.apache.commons:commons-compress 1.27.1 implementation
  • org.apache.commons:commons-lang3 3.17.0 implementation
  • org.csveed:csveed 0.8.2 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore 2.38.0 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.39.0 implementation
  • org.junit.jupiter:junit-jupiter-api 5.11.4 testImplementation
  • org.mockito:mockito-core 5.16.1 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.11.3 testRuntimeOnly
tools/mktable/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • com.fasterxml.jackson.core:jackson-databind 2.18.3 implementation
  • com.sun.xml.bind:jaxb-impl 4.0.5 implementation
  • jakarta.xml.bind:jakarta.xml.bind-api 4.0.2 implementation
  • org.apache.commons:commons-compress 1.27.1 implementation
  • org.csveed:csveed 0.8.2 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore 2.38.0 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.39.0 implementation
  • org.mockito:mockito-core 5.16.1 testImplementation
tools/mop/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • com.fasterxml.jackson.core:jackson-databind 2.18.3 implementation
  • com.sun.xml.bind:jaxb-impl 4.0.5 implementation
  • jakarta.xml.bind:jakarta.xml.bind-api 4.0.2 implementation
  • org.apache.commons:commons-compress 1.27.1 implementation
  • org.apache.commons:commons-lang3 3.17.0 implementation
  • org.csveed:csveed 0.8.2 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore 2.38.0 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.39.0 implementation
  • org.junit.jupiter:junit-jupiter-api 5.11.4 testImplementation
  • org.mockito:mockito-core 5.16.1 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.11.3 testRuntimeOnly
tools/mt/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • com.fasterxml.jackson.core:jackson-databind 2.18.3 implementation
  • com.sun.xml.bind:jaxb-impl 4.0.5 implementation
  • jakarta.xml.bind:jakarta.xml.bind-api 4.0.2 implementation
  • org.apache.commons:commons-compress 1.27.1 implementation
  • org.apache.commons:commons-lang3 3.17.0 implementation
  • org.apache.commons:commons-text 1.13.1 implementation
  • org.csveed:csveed 0.8.2 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore 2.38.0 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.39.0 implementation
  • org.mockito:mockito-core 5.16.1 testImplementation
tools/mvis/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • com.fasterxml.jackson.core:jackson-databind 2.18.3 implementation
  • com.sun.xml.bind:jaxb-impl 4.0.5 implementation
  • jakarta.xml.bind:jakarta.xml.bind-api 4.0.2 implementation
  • org.apache.commons:commons-compress 1.27.1 implementation
  • org.csveed:csveed 0.8.2 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore 2.38.0 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.39.0 implementation
  • org.mosim.refactorlizar:architecture-evaluation-tool 0.0.4 implementation
  • org.mockito:mockito-core 5.16.1 testImplementation
tools/opad/build.gradle maven
  • com.github.yannrichet:Rsession 1.8.3 implementation
  • org.apache.commons:commons-lang3 3.17.0 implementation
  • org.apache.commons:commons-math3 3.6.1 implementation
  • org.rosuda.REngine:REngine 2.1.0 implementation
  • org.rosuda.REngine:Rserve 1.8.1 implementation
tools/otel-transformer/build.gradle maven
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • com.beust:jcommander ${jcommanderVersion} implementation
  • de.cau.cs.se.teetime:teetime 3.1.1 implementation
  • io.opentelemetry:opentelemetry-api ${opentelemetryJavaVersion} implementation
  • io.opentelemetry:opentelemetry-exporter-otlp ${opentelemetryJavaVersion} implementation
  • io.opentelemetry:opentelemetry-exporter-zipkin ${opentelemetryJavaVersion} implementation
  • io.opentelemetry:opentelemetry-sdk ${opentelemetryJavaVersion} implementation
tools/relabel/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • com.fasterxml.jackson.core:jackson-databind 2.18.3 implementation
  • com.sun.xml.bind:jaxb-impl 4.0.5 implementation
  • jakarta.xml.bind:jakarta.xml.bind-api 4.0.2 implementation
  • org.apache.commons:commons-compress 1.27.1 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore 2.38.0 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.39.0 implementation
  • org.mockito:mockito-core 5.16.1 testImplementation
tools/resource-monitor/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
tools/restructuring/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • com.fasterxml.jackson.core:jackson-databind 2.18.3 implementation
  • com.sun.xml.bind:jaxb-impl 4.0.5 implementation
  • de.cau.cs.se.teetime:teetime ${libTeetimeVersion} implementation
  • org.apache.commons:commons-compress 1.27.1 implementation
  • org.apache.commons:commons-lang3 3.17.0 implementation
  • org.csveed:csveed 0.8.2 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore 2.38.0 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.39.0 implementation
  • org.jgrapht:jgrapht-core 1.5.2 implementation
  • org.junit.jupiter:junit-jupiter-api 5.11.4 testImplementation
  • org.mockito:mockito-core 5.16.1 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.11.3 testRuntimeOnly
tools/rewrite-log-entries/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • org.mockito:mockito-core 5.16.1 testImplementation
tools/runtime-analysis/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
  • org.junit.jupiter:junit-jupiter 5.12.1 testImplementation
tools/sar/build.gradle maven
  • ch.qos.logback:logback-access $libLogbackVersion implementation
  • ch.qos.logback:logback-classic $libLogbackVersion implementation
  • ch.qos.logback:logback-core $libLogbackVersion implementation
  • com.beust:jcommander ${jcommanderVersion} implementation
  • com.fasterxml.jackson.core:jackson-databind 2.18.3 implementation
  • com.sun.xml.bind:jaxb-impl 4.0.5 implementation
  • jakarta.xml.bind:jakarta.xml.bind-api 4.0.2 implementation
  • org.apache.commons:commons-compress 1.27.1 implementation
  • org.csveed:csveed 0.8.2 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore 2.38.0 implementation
  • org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.39.0 implementation
  • org.hamcrest:hamcrest-all 1.3 testImplementation
  • org.junit.jupiter:junit-jupiter-api 5.11.4 testImplementation
  • org.mockito:mockito-core 5.16.1 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.11.3 testRuntimeOnly
tools/trace-analysis/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
tools/trace-analysis-gui/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation
tools/trace-analysis-new/build.gradle maven
  • com.beust:jcommander ${jcommanderVersion} implementation