is not current version
Last Version 3.0.3

org.ow2.clif:clif 3.0.0

"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 (+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.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.ow2.clif
ArtifactId

ArtifactId

clif
Version

Version

3.0.0
Type

Type

pom

Download clif 3.0.0

Filename Size
clif-3.0.0.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/org.ow2.clif/clif/ -->
<dependency>
    <groupId>org.ow2.clif</groupId>
    <artifactId>clif</artifactId>
    <version>3.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.clif/clif/
implementation 'org.ow2.clif:clif:3.0.0'
// https://jarcasting.com/artifacts/org.ow2.clif/clif/
implementation ("org.ow2.clif:clif:3.0.0")
'org.ow2.clif:clif:pom:3.0.0'
<dependency org="org.ow2.clif" name="clif" rev="3.0.0">
  <artifact name="clif" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.clif', module='clif', version='3.0.0')
)
libraryDependencies += "org.ow2.clif" % "clif" % "3.0.0"
[org.ow2.clif/clif "3.0.0"]