Alachisoft NCache 4.1 - Online Documentation

addtestdata

 
Adds some test data into a specified cache as we could do in Enterprise edition by NCache Manger to see whether cluster is joined or not.
 
For .Net setup: addtestdata  cache-id [option[...]]
 
For Java setup: java -cp "addtestdata.jar:$CLASSPATH" com.alachisoft.tools.addtestdata mycache
 
Argument
Description
cache-id
Specify the id of the cache
 
Option
Description
/c[ount]
Specify the number of items to be added to the cache. By default 10 items are added to the cache.
/s[size]
Specify the size (in bytes) of each item to be added to the cache. By default each item of size1k (1024 bytes) is added to the cache.
/nologo
Suppresses the display of logo banner.
/?
Displays command syntax and options for the utility.
 
Remarks
 
The system where you use addtestdata utility, must have NCache service installed and running. To start service on a system, you must have access rights.
 
Examples
 
The following command adds 10 items to 'myCache', each of size 256 (bytes).
addtestdata myCache  /c 10 /s 256
 
The following command displays command syntax and options for the utility. Logo banner is displayed as a part.
addtestdata /?
 
The following command displays command syntax and options for the utility suppressing the display of logo banner.
addtestdata /? /nologo
 
 
See Also
 
Copyright © 2005-2012 Alachisoft. All rights reserved.