.. _section3.1.2: 3.1.2 - Get Daemon Control ================================= .. _GD: Action Option -**GD** (-**GetDaemon**) : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ retrieves daemon control records. With no :ref:`Info `-option filters, only records owned by the current specialist are returned. | **dscheck** -(GD|GetDaemon) [:ref:`Mode Option `] | [:ref:`-(FN|FieldNames) ` FieldNameString] | [:ref:`-(DI|DaemonIndex) ` controlIndices] | [:ref:`-(CM|Command) ` UtilityProgramNames] | [:ref:`-(SN|Specialist) ` DECSSpecialists] | [:ref:`-(HN|HostName) ` HostMachineName] | [:ref:`-(PL|ProcessLimit) ` MaxNumberOfProcesses] | [:ref:`-(PO|Priority) ` ProcessPriority] | [:ref:`-(OF|OutputFile) ` OutputFileName] | [:ref:`-(DB|Debug) ` DebugModeInfo] Available mode option: .. list-table:: :widths: auto :header-rows: 0 * - :ref:`-(FO|FormatOutput) ` - pad each column to a uniform width for readability. :ref:`-FN ` (-FieldNames) selects which daemon-control fields to retrieve as a string of single-letter codes. When :ref:`-FN ` is omitted, all fields are returned. Field codes for daemon control records: .. list-table:: :widths: auto :header-rows: 1 * - Code - :ref:`Info Option ` - Description * - I - :ref:`-(DI|DaemonIndex) ` - daemon control index * - C - :ref:`-(CM|Command) ` - command name of a utility program * - H - :ref:`-(HN|Hostname) ` - computer hostname * - M - :ref:`-(MH|MatchHost) ` - flag controlling hostname match * - S - :ref:`-(SN|Specialist) ` - DECS specialist this control applies to * - P - :ref:`-(PL|ProcessLimit) ` - max concurrent processes for this control * - O - :ref:`-(PO|Priority) ` - host priority within this control :ref:`-SN `, :ref:`-CM `, and :ref:`-HN ` accept the SQL-style '%' wildcard. Pass :ref:`-SN ` ALL to retrieve every specialist's records (or a specific other specialist by login name). Example - retrieve all daemon control records owned by you: .. list-table:: :widths: auto :header-rows: 1 dscheck :ref:`-GD ` | :ref:`Back to Top ` | :ref:`Back to Table of Contents `