searcher/tsrc/robustnesstest/data/config.txt
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 21:37:32 +0300
changeset 18 3e1f76dd2722
parent 0 671dee74050a
permissions -rw-r--r--
Revision: 201033 Kit: 201035

#
# This configuration file configures robustness test runs. 
#

# Robustness test is divided into periods called 'ticks'.
# During each 'tick', the test requests the server to dump out 
# the heap record and prints 'ok' to notify the user that the 
# sofware is still running and responsive. 
# 
#

#
# The amount of ticks for the test. On each tick, the heap usage is 
# requested from server and 'ok' is printed
15

#
# The length of one tick in seconds. (60 equals one minute)
60

#
# How many items to index before starting the process
# Both busy and normal index will contain this many documents
# on start.
#
0

#
# The average amount of items per index. NOTE: it may take a while 
# before indexer populates the index to have the amount of items.
# (2000 items equals about 250 KB per index)
1000

#
# Toggles indexing on and off. 1 enables indexing, 0 disables.
1

#
# Toggles deletes on and off. 1 enables deletes, 0 disables.
1

#
# Toggles searchers on and off. 1 enables searchers, 0 disables.
1

#
# Toggles cancelling on and off. 
1

#
# The indexer sleep this time (in milliseconds) after each indexing
# operation
100

#
#
# The searcher sleep time for indexer between indexing in
# milliseconds
50

# End of configuration