MVN

org.ow2.clif : clif

Maven & Gradle

Sep 29, 2020

CLIF · "CLIF is Load Injection Framework": open performance testing. Submit light or massive traffic to your application/service under test, and get response time measurements as well as computing and networking resources usage measurements. Support for large scale distributed load injection (up to +1000 load injectors) with unlimited number of virtual users. Multiple protocols and probes available, extendible through Java programming to generate traffic with arbitrary protocols and to measure arbitrary resources usage. Integration to Eclipse and Jenkins.

<dependency>
    <groupId>org.ow2.clif</groupId>
    <artifactId>clif</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.clif : clif to add to Maven - Latest Versions:

  • Latest Stable: 3.0.3

All Versions

Choose a version of org.ow2.clif : clif to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
clif-3.0.3
clif-3.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ow2.clif</groupId>
    <artifactId>clif</artifactId>
    <version>3.0.3</version>
</dependency>

Advertisement