DOC

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.

Table Of Contents

Latest Version

Download org.ow2.clif : clif Javadoc & API Documentation - Latest Versions:

All Versions

Download org.ow2.clif : clif Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file clif-3.0.3-javadoc.jar to clif-3.0.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder clif-3.0.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "clif-3.0.3-sources.jar" -d "clif-3.0.3-javadoc" -subpackages 

Advertisement