Packages
org.ow2.clif.analyze.api API (Java interfaces and Fractal component types) for Analyzer components (such components provide analysis and report generation support for all data/results generated by test runs).
org.ow2.clif.analyze.api.graph  
org.ow2.clif.analyze.api.graph.datasource  
org.ow2.clif.analyze.api.graph.virtualdata  
org.ow2.clif.analyze.lib.basic Analyzer component implementation providing a GUI for browsing test runs and proceed with basic statistical analysis.
org.ow2.clif.analyze.lib.egui  
org.ow2.clif.analyze.lib.graph Analyzer component implementation providing a GUI for drawing graphs and and proceed with enhanced statistical analysis.
org.ow2.clif.analyze.lib.graph.ui  
org.ow2.clif.analyze.lib.graph.util  
org.ow2.clif.analyze.lib.list  
org.ow2.clif.analyze.statistics  
org.ow2.clif.analyze.statistics.profiling  
org.ow2.clif.analyze.statistics.util.data  
org.ow2.clif.console.lib Definition of an assembly of CLIF components to provide an implementation of a central console for deploying test plans, and controling and monitoring test runs.
org.ow2.clif.console.lib.batch  
org.ow2.clif.console.lib.egui  
org.ow2.clif.console.lib.egui.actions  
org.ow2.clif.console.lib.egui.editor  
org.ow2.clif.console.lib.egui.editor.exceptions  
org.ow2.clif.console.lib.egui.monitor  
org.ow2.clif.console.lib.egui.page  
org.ow2.clif.console.lib.egui.rcp  
org.ow2.clif.console.lib.egui.tree  
org.ow2.clif.console.lib.egui.wizards  
org.ow2.clif.console.lib.egui.wizards.clifProject  
org.ow2.clif.console.lib.gui Swing-based GUI for deploying, controling and monitoring tests from a central "console".
org.ow2.clif.datacollector.api API (Java interfaces and Fractal component types) specifying data collector components.
org.ow2.clif.datacollector.lib Generic implementations of data collectors.
org.ow2.clif.deploy Support for asynchronous deployment of Clif servers and blade components.
org.ow2.clif.probe.cpu CPU probe implementation for Linux and Windows.
org.ow2.clif.probe.disk  
org.ow2.clif.probe.jmx_jvm  
org.ow2.clif.probe.jvm JVM probe tracking memory-related artefacts and events (free memory, garbage collection...)
org.ow2.clif.probe.memory Memory probe for Linux and Windows, tracking RAM and swap usage.
org.ow2.clif.probe.memory.linux  
org.ow2.clif.probe.network Network probe implementation for Linux and Windows.
org.ow2.clif.probe.rtp  
org.ow2.clif.probe.util Generic, abstract Insert components implementation to ease the development of probe inserts.
org.ow2.clif.scenario.isac.dtd  
org.ow2.clif.scenario.isac.egui Isac is a Scenario Architecture for Clif.
org.ow2.clif.scenario.isac.egui.actions  
org.ow2.clif.scenario.isac.egui.loadprofile  
org.ow2.clif.scenario.isac.egui.model  
org.ow2.clif.scenario.isac.egui.pages.pageBehavior  
org.ow2.clif.scenario.isac.egui.pages.pageBehavior.dnd  
org.ow2.clif.scenario.isac.egui.pages.pageImport  
org.ow2.clif.scenario.isac.egui.plugins  
org.ow2.clif.scenario.isac.egui.plugins.gui  
org.ow2.clif.scenario.isac.egui.plugins.nodes  
org.ow2.clif.scenario.isac.egui.plugins.parser  
org.ow2.clif.scenario.isac.egui.util  
org.ow2.clif.scenario.isac.egui.wizards  
org.ow2.clif.scenario.isac.egui.wizards.httpCapture  
org.ow2.clif.scenario.isac.egui.wizards.plugin  
org.ow2.clif.scenario.isac.engine  
org.ow2.clif.scenario.isac.engine.instructions  
org.ow2.clif.scenario.isac.engine.nodes  
org.ow2.clif.scenario.isac.exception  
org.ow2.clif.scenario.isac.plugin  
org.ow2.clif.scenario.isac.util  
org.ow2.clif.scenario.multithread Generic Insert component for injecting load through n objects with n threads looping on a method call, defined by sub-classing.
org.ow2.clif.scenario.transitions  
org.ow2.clif.server.api API (Java interfaces and Fractal component types) related to the control of Clif servers and blades.
org.ow2.clif.server.lib Clif server implementation, and typical implementation of a blade as an assembly of 4 sub-components, namely the insert adapter, the insert, the data collector and the storage proxy.
org.ow2.clif.server.util  
org.ow2.clif.storage.api API (Java interfaces, Fractal component types and generic events) related to events generated by test runs, including their storage and retrieval.
org.ow2.clif.storage.lib.filestorage CSV-formatted file-based implementation of storage and storage proxy components.
org.ow2.clif.storage.lib.util  
org.ow2.clif.supervisor.api API (Java interfaces, Fractal component types and generic objects) related to the supervision of test runs (control, monitoring and storage).
org.ow2.clif.supervisor.lib Supervisor component implementation.
org.ow2.clif.util Miscellaneous utilities for Fractal, network, class loading, version tracking...
org.ow2.clif.util.bytearray Definition of a byte-array URL scheme to enable remote loading and caching of resource files via the Clif classloaders
org.ow2.clif.util.gui