c

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.
https://clif.ow2.io
GNU Library or Lesser General Public License (LGPL) version 3
OW2
Bruno DILLENSEGER
Files download
File Operation
clif-3.0.3.pom download
Apache Maven
<dependency>
  <groupId>org.ow2.clif</groupId>
  <artifactId>clif</artifactId>
  <version>3.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.clif:clif:3.0.3'
Gradle Kotlin
implementation("org.ow2.clif:clif:3.0.3")
Scala SBT
libraryDependencies += "org.ow2.clif" % "clif" % "3.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.clif', module='clif', version='3.0.3')
)
Apache Ivy
<dependency org="org.ow2.clif" name="clif" rev="3.0.3" />
Leiningen
[org.ow2.clif/clif "3.0.3"]
Apache Buildr
'org.ow2.clif:clif:jar:3.0.3'