Infinispan Harness: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<br>
<center><font color=red>''01/27/15 The main Infinispan testing framework is [[Generic Load Driver (gld)]]. Analyze "Infinispan Experimentation Harness" and figure out whether I can merge''</font></center>
<br>
=Internal=
=Internal=


* [[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=
Line 14: Line 17:


<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
:https://github.com/NovaOrdis/playground/tree/master/wildfly/infinispan/infinispan-harness<br>
:https://github.com/NovaOrdis/playground/tree/master/jboss/infinispan/infinispan-harness<br>
</blockquote>
</blockquote>



Latest revision as of 21:42, 5 September 2017


01/27/15 The main Infinispan testing framework is Generic Load Driver (gld). Analyze "Infinispan Experimentation Harness" and figure out whether I can merge


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/jboss/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