Infinispan Harness

From NovaOrdis Knowledge Base
Jump to navigation Jump to search


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