new properties for stat collector conf
authorpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Fri, 27 May 2011 18:11:30 +0000 (18:11 +0000)
committerpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Fri, 27 May 2011 18:11:30 +0000 (18:11 +0000)
git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4185 e3abac25-378b-4346-85de-24260fe3988d

conf/Engine.cluster.properties
conf/Engine.local.properties

index 333c77e..8ccacd6 100644 (file)
@@ -9,3 +9,17 @@ engine.cluster.enable=true
 # An absolute path is required \r
 cluster.tmp.directory=/homes/pvtroshin/workspace/jaba2/jobsout\r
 \r
+# Enable/disable cluster statistics collector \r
+cluster.stat.collector.enable=true\r
+\r
+# The relative path for the JABAWS usage statistic application. \r
+# Optional.\r
+# Set this path if you would like to enable usage statistics \r
+# application to enable it to collect and display usage statistics.\r
+# This path must be relevant to the web application folder. Otherwise\r
+# the application will be unable to access the statistics. \r
+cluster.tmp.directory.relative=jobsout\r
+\r
+# Maximum amount of time the job is considered running in hours\r
+# Optional defaults to 7 days (168h) \r
+cluster.stat.maxruntime=24\r
index 73d4d68..ab0b229 100644 (file)
@@ -12,3 +12,10 @@ local.tmp.directory=jobsout
 # OPTIONAL defaults to the number of cores for core number <=4 and \r
 # number of cores-1 for greater core numbers\r
 #engine.local.thread.number=3\r
+\r
+# Enable/disable cluster statistics collector\r
+local.stat.collector.enable=true\r
+\r
+# Maximum amount of time the job is considered running in hours\r
+# Optional defaults to 24 hours\r
+local.stat.maxruntime=6
\ No newline at end of file