Infinispan Harness: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 2: Line 2:


* [[Infinispan Tools#Tools|Infinispan Tools]]
* [[Infinispan Tools#Tools|Infinispan Tools]]
<center><font color=red>''01/27/15 The main Infinispan testing framework is [[Gld]]. Analyze "Infinispan Experimentation Harness" and figure out whether I can merge''</font></center>


=Overview=
=Overview=

Revision as of 23:33, 29 May 2016

Internal

Overview

A command-line tool that allows experimentation with an Infinispan distributed cache. We can create an Infinispan cluster from a simple command-line interface. It can be used to experiment with different Infinispan features or try various configurations. It was started with Infinispan 5.1.2 and now it works with Infinispan 5.1.4 (the version that ships with EAP 6).

The harness actually starts and manages the nodes, and does not offer client access to it.

GitHub

https://github.com/NovaOrdis/playground/tree/master/wildfly/infinispan/infinispan-harness

Build


ant clean jar

Run

The existing run scripts allow starting up to three cluster nodes:


cd bin
./nodeA.sh
./nodeB.sh
./nodeC.sh


You can get interactive help - list of available commands and syntax:


help