Gld JDG 7 Run: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
* [[gld Installation#Simplest_Possible_Runs|gld Installation]] | * [[gld Installation#Simplest_Possible_Runs|gld Installation]] | ||
=Overview= | |||
This page contains the configuration of a simple gld run that validates the installation and interoperability with JDG 7. You will need to copy an paste the content of the [[#Configuration_File|configuration file]] shown below into a <tt>test.yml</tt> in the current directory. | |||
=Procedure= | |||
Create a <tt>test.yml</tt> in the current directory, with the content shown below. | |||
<pre> | |||
cd $RUNTIME_DIR/jboss-datagrid-7.0.0-server/bin | |||
./doman.sh | |||
=Configuration File= | |||
<pre> | |||
service: | |||
type: cache | |||
key-size: 10 | |||
value-size: 1024 | |||
implementation: | |||
name: jboss-datagrid-7 | |||
nodes: | |||
- localhost:11222 | |||
load-strategy: | |||
name: read-then-write-on-miss | |||
reuse-value: true | |||
load: | |||
threads: 1 | |||
operations: 10000 | |||
</pre> |
Revision as of 00:01, 13 January 2017
Internal
Overview
This page contains the configuration of a simple gld run that validates the installation and interoperability with JDG 7. You will need to copy an paste the content of the configuration file shown below into a test.yml in the current directory.
Procedure
Create a test.yml in the current directory, with the content shown below.
cd $RUNTIME_DIR/jboss-datagrid-7.0.0-server/bin ./doman.sh =Configuration File= <pre> service: type: cache key-size: 10 value-size: 1024 implementation: name: jboss-datagrid-7 nodes: - localhost:11222 load-strategy: name: read-then-write-on-miss reuse-value: true load: threads: 1 operations: 10000