From: pvtroshin Date: Fri, 27 May 2011 18:11:30 +0000 (+0000) Subject: new properties for stat collector conf X-Git-Url: http://source.jalview.org/gitweb/?p=jabaws.git;a=commitdiff_plain;h=1178f388e4d4e64387704a751fd9c77ccb773a27 new properties for stat collector conf git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4185 e3abac25-378b-4346-85de-24260fe3988d --- diff --git a/conf/Engine.cluster.properties b/conf/Engine.cluster.properties index 333c77e..8ccacd6 100644 --- a/conf/Engine.cluster.properties +++ b/conf/Engine.cluster.properties @@ -9,3 +9,17 @@ engine.cluster.enable=true # An absolute path is required cluster.tmp.directory=/homes/pvtroshin/workspace/jaba2/jobsout +# Enable/disable cluster statistics collector +cluster.stat.collector.enable=true + +# The relative path for the JABAWS usage statistic application. +# Optional. +# Set this path if you would like to enable usage statistics +# application to enable it to collect and display usage statistics. +# This path must be relevant to the web application folder. Otherwise +# the application will be unable to access the statistics. +cluster.tmp.directory.relative=jobsout + +# Maximum amount of time the job is considered running in hours +# Optional defaults to 7 days (168h) +cluster.stat.maxruntime=24 diff --git a/conf/Engine.local.properties b/conf/Engine.local.properties index 73d4d68..ab0b229 100644 --- a/conf/Engine.local.properties +++ b/conf/Engine.local.properties @@ -12,3 +12,10 @@ local.tmp.directory=jobsout # OPTIONAL defaults to the number of cores for core number <=4 and # number of cores-1 for greater core numbers #engine.local.thread.number=3 + +# Enable/disable cluster statistics collector +local.stat.collector.enable=true + +# Maximum amount of time the job is considered running in hours +# Optional defaults to 24 hours +local.stat.maxruntime=6 \ No newline at end of file