# DCsample.cfg: Controls Sampling # $Id: DCsample.cfg,v 1.3 2013/10/30 07:18:47 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/SAMPLE/DCsample.cfg,v 1.3 2013/10/30 07:18:47 RDA Exp $ # # Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved. # # Change history # 20131001 KRA Moved advanced setup level to 6. ############################################################################### # Collect sampling setup information ############################################################################### #------------------------------------------------------------------------------ # Module definition #------------------------------------------------------------------------------ def='COL/SAMPLE' dft=true dsc='Controls Sampling' pre=RDA:DCbegin var=N_DELTA,M_MODULES,N_SLEEP,N_KEEP,G_LAST,N_RATE,N_SIZE #------------------------------------------------------------------------------ # Sampling control #------------------------------------------------------------------------------ [N_DELTA] typ=N dft=300 dsc='Time between two sample starts (in seconds)' err='The number of seconds must be an integer greater than zero' inp='Specify the time, in seconds, between two sample starts' lvl=6 ref='I]0,[' val=F [M_MODULES] typ=T dft=('SAMPLE:DCnperf','SAMPLE:DCextra') dsc='List of modules to collect' end='.' [N_SLEEP] typ=N dft=60 dsc='Minimum sleep time between two samples (in seconds)' err='The number of seconds must be an integer greater than zero' inp='Specify the minimum sleep time, in seconds, between two samples' lvl=6 ref='I]0,[' val=F #------------------------------------------------------------------------------ # Archiving control #------------------------------------------------------------------------------ [N_KEEP] typ=N dft=7 dsc='Number of sample archive files to keep' err='The number of files must be a positive integer' hlp='When this value is set to nonzero, SMPL_KEEP indicates the maximum \ number of sample archive files to keep. When this number is exceeded, \ RDA removes extra archives. When this value is set to zero, there is \ no constraint on the number of sample archives files that can be retained.' inp='Specify the maximum number of sample archive files to keep' lvl=6 ref='I[0,[' val=F [G_LAST] typ=N dft=0 dsc='Time of last archiving' [N_RATE] typ=N dft=24 dsc='Archiving rate (in hours)' err='The number of hours must be a positive number' inp='Specify the archiving rate, in hours' lvl=6 ref='R[0,[' val=F [N_SIZE] typ=N dft=0 dsc='Maximum total archive size (in MiB)' err='The number of MiB must be a positive number' hlp='When this value is set to nonzero, SMPL_SIZE specified the maximum \ amount of disk space the sample archive files may consume. When this \ value is set to zero, there is no space constraint.' inp='Specify, in MiB, the maximum total archive size' lvl=6 ref='R[0,[' val=F