You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2014/11/18 16:45:55 UTC

svn commit: r1640376 - /uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Author: cwiklik
Date: Tue Nov 18 15:45:55 2014
New Revision: 1640376

URL: http://svn.apache.org/r1640376
Log:
UIMA-4077 Defined ducc.agent.swap.usage.script property to collect a given process swap usage

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties?rev=1640376&r1=1640375&r2=1640376&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Tue Nov 18 15:45:55 2014
@@ -425,6 +425,12 @@ ducc.agent.launcher.cgroups.utils.dir=/u
 # syntax:  <node>=cgroups,ap
 # the above will exclude node from using cgroups and/or prevent deployment of APs
 ducc.agent.exclusion.file=${DUCC_HOME}/resources/exclusion.nodes
+
+# Define script which will collect total swap used by a given process. This
+# script is launched by an agent via duccling and running as the owner
+# of the process.  
+ducc.agent.swap.usage.script=${DUCC_HOME}/bin/ducc_get_process_swap_usage.sh
+
 #
 # Uncomment the following line to support auto reaping of rogue processes by Ducc's Agent
 # ducc.agent.rogue.process.reaper.script=${DUCC_HOME}/admin/ducc_reap_rogues.sh