<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/xdmp.hostStatus.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>xdmp.hostStatus</api:function-name><api:suggest>xdmp.hoststatus</api:suggest><api:suggest>xdmp</api:suggest><api:suggest>hoststatus</api:suggest><api:function-link mode="xquery" fullname="xdmp:host-status">/apidoc/8.0/xdmp:host-status.xml</api:function-link><api:function mode="javascript" name="hostStatus" type="builtin" lib="xdmp" category="Server Monitoring" hidden="false" bucket="MarkLogic Built-In Functions" prefix="xdmp" namespace="http://marklogic.com/xdmp" fullname="xdmp.hostStatus"><api:summary>
  Returns the status of a host<span class="javascript" xmlns="http://www.w3.org/1999/xhtml"> as a JSON node</span>.
</api:summary><api:params><api:param name="host-id" type="xs:unsignedLong*"><api:param-description>
    A host ID.
  </api:param-description><api:param-name>host-id</api:param-name><api:param-type>String[]</api:param-type></api:param></api:params><api:return class="javascript">ValueIterator</api:return><api:privilege>
   <code xmlns="http://www.w3.org/1999/xhtml">http://marklogic.com/xdmp/privileges/status</code>
</api:privilege><api:usage schema="host-status.xsd" camel-case="true">
   <p xmlns="http://www.w3.org/1999/xhtml">The information returned from 
   
   <span class="javascript"><code>xdmp.hostStatus</code></span> is always
   computed on the host specified in the <code>$host-id</code> parameter,
   even if the call is evaluated on an App Server running on a different host.
   That is, when the API call is issued, MarkLogic Server communicates with
   the specified host for the its status and returns the status from the
   perspective of the specified host (not from the perspective of the host
   in which the XQuery API is evaluated).
   <span class="javascript">The individual statuses are of type ObjectNode.</span>
</p>
<api:schema-info><api:element><api:element-name>hostId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The unique ID of a host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>error</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The error in processing host status.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>hostName</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The internet host name.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>groupId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The group the host belongs to.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>zone</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Zone the host belongs to.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>currentTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The current time.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>bindPort</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The distributed protocol server socket bind internet port number.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>connectPort</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The distributed protocol client socket connect internet port number.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>sslFipsEnabled</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Is ssl fips mode enabled for this host?
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignBindPort</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The distributed protocol foreign server socket bind internet port number.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignConnectPort</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The distributed protocol foreign client socket connect internet port number.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>backgroundIoLimit</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        A rate limit for background I/O (MB/s, 0 means no limit).
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>meteringEnabled</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Metering Enabled
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>metersDatabase</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The ID of the Meters database.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>performanceMeteringEnabled</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Monitoring Enabled
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>performanceMeteringPeriod</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Monitor period in seconds
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>performanceMeteringRetainRaw</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Retain raw monitoring data in days
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>performanceMeteringRetainHourly</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Retain hourly monitoring data in days
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>performanceMeteringRetainDaily</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Retain daily monitoring data in days
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>lastStartup</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
  	The timestamp of last host startup
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>version</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The version of the product.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>effectiveVersion</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The effective software version of this cluster.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>softwareVersion</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The actual software version of this cluster.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>hostMode</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The mode of this host
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>hostModeDescription</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The description for this host mode
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>architecture</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The achitecture of the product.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>platform</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The platform of the product.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>licenseKey</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The license key for this host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>licensee</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The host licensee.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>licenseKeyExpires</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        When does the license key for this host expire.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>licenseKeyCpus</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        How many cpus does this license key support.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>licenseKeyCores</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        How many cores does this license key support.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>licenseKeySize</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The database size (in MB) that this license key support.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>licenseKeyOptions</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The options that this host's license key provides.
      </xs:documentation></api:element-description><api:element><api:element-name>licenseKeyOption</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        A license key option.
      </xs:documentation></api:element-description></api:element></api:element><api:element><api:element-name>preReleaseExpires</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        When does the pre-release for this host expire.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>acceptedVersion</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The last accepted version.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>acceptedAgreement</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The last accepted agreement.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>acceptedLicensee</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The last accepted licensee.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>edition</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The edition of this host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>environment</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The environment of this host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>cpus</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of CPUs.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>cores</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of cores.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>coreThreads</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of core threads (including intel hyper threads).
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>totalCpuStatUser</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for user.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>totalCpuStatNice</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for nice.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>totalCpuStatSystem</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for system.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>totalCpuStatIdle</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for idle.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>totalCpuStatIowait</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for iowait.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>totalCpuStatIrq</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for irq.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>totalCpuStatSoftirq</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for softirq.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>totalCpuStatSteal</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for steal.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>totalCpuStatGuest</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for guest.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>totalCpuStatGuestNice</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for guest nice.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>cpuStatUser</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for user.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>cpuStatNice</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for nice.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>cpuStatSystem</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for system.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>cpuStatIdle</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for idle.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>cpuStatIowait</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for iowait.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>cpuStatIrq</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for irq.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>cpuStatSoftirq</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for softirq.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>cpuStatSteal</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for steal.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>cpuStatGuest</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for guest.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>cpuStatGuestNice</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Total cpu utilization for guest nice.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>memoryProcessSize</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of MB of total process virtual memory for the MarkLogic process.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>memoryProcessRss</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of MB of Process Resident Size (RSS) for the MarkLogic process.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>memoryProcessAnon</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of MB of Process Anonymous Memory for the MarkLogic process.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>memoryProcessRssHwm</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The mazimum (High Water Mark) of Process Resident Size (RSS) in MB for the MarkLogic process.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>memoryProcessSwapRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The swap rate for the MarkLogic process in pages/sec.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>memoryProcessSwapSize</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of MB of memory swapped out for the MarkLogic process.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>memorySystemPageinRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The page in rate for the system in pages/sec.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>memorySystemPageoutRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The page out rate for the system in pages/sec.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>memorySystemSwapinRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The swap in rate for the system in pages/sec.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>memorySystemSwapoutRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The swap out rate for the system in pages/sec.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>memorySize</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of MB of system memory.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>hostSize</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
	      The total data size of all forests on the host.  The size is
	      calculated by adding the fast data directory size and the 
	      data directory size for each forest on this host, but
	      it does not include any content stored in the large data 
	      directory.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>hostLargeDataSize</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The total size of all large binary data on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>logDeviceSpace</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of MB left on log device.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>dataDirSpace</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of MB left on data dir.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>configFileTimestamps</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The timestamps of the host's config files.
      </xs:documentation></api:element-description><api:element><api:element-name>groupsTimestamp</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The timestamp of the groups config file.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>hostsTimestamp</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The timestamp of the hosts config file.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>databasesTimestamp</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The timestamp of the databases config file.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>assignmentsTimestamp</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The timestamp of the assignments config file.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>tokenizerTimestamp</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The timestamp of the tokenizer config file.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>mimetypesTimestamp</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The timestamp of the mimetypes config file.
      </xs:documentation></api:element-description></api:element></api:element><api:element><api:element-name>httpServers</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The HTTP servers running on the host.
      </xs:documentation></api:element-description><api:element><api:element-name>httpServer</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The HTTP server running on a host.
      </xs:documentation></api:element-description><api:element><api:element-name>httpServerId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The HTTP server id.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>port</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The server socket bind internet port number.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>webDAV</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        webDAV server versus HTTP server.
      </xs:documentation></api:element-description></api:element></api:element></api:element><api:element><api:element-name>xdbcServers</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The XDBC servers running on the host.
      </xs:documentation></api:element-description><api:element><api:element-name>xdbcServer</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The XDBC server running on a host.
      </xs:documentation></api:element-description><api:element><api:element-name>xdbcServerId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The XDBC server id.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>port</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The server socket bind internet port number.
      </xs:documentation></api:element-description></api:element></api:element></api:element><api:element><api:element-name>odbcServers</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The ODBC servers running on the host.
      </xs:documentation></api:element-description><api:element><api:element-name>odbcServer</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The ODBC server running on a host.
      </xs:documentation></api:element-description><api:element><api:element-name>odbcServerId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The ODBC server id.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>port</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The server socket bind internet port number.
      </xs:documentation></api:element-description></api:element></api:element></api:element><api:element><api:element-name>taskServer</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The task server on a host.
      </xs:documentation></api:element-description><api:element><api:element-name>taskServerId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The task server id.
      </xs:documentation></api:element-description></api:element></api:element><api:element><api:element-name>assignments</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Forest assignments as the host sees them.
      </xs:documentation></api:element-description><api:element><api:element-name>assignment</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The forest configuration as seen by the host.
      </xs:documentation></api:element-description><api:element><api:element-name>forestName</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The forest name.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>hostId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The unique ID of a host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>forestId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The unique ID of the forest.
      </xs:documentation></api:element-description></api:element></api:element></api:element><api:element><api:element-name>hosts</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The host's view of all other hosts in the cluster.
      </xs:documentation></api:element-description><api:element><api:element-name>host</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The host connection information.
      </xs:documentation></api:element-description><api:element><api:element-name>hostId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The unique ID of a host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>hostName</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The internet host name.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>connectPort</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The distributed protocol client socket connect internet port number.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>online</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Is this host seen as online? (true for online)
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>secure</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Is communication secured with SSL? For the local host, this is always
        false.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>lastOnline</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
  	The time the host went online.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>lastOffline</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
  	The time the host went offline.
      </xs:documentation></api:element-description></api:element></api:element></api:element><api:element><api:element-name>transactions</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The transactions being processed by the host.</xs:documentation></api:element-description><api:element><api:element-name>transaction</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The status of a transaction.</xs:documentation></api:element-description><api:element><api:element-name>transactionId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The unique ID of a transaction.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>hostId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The unique ID of a host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>serverId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The unique ID of an App Server (XDBC, ODBC, HTTP, WebDAV, or task server).
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xa.xid</api:element-name><api:element-description/></api:element><api:element><api:element-name>transactionName</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The name of a transaction
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>transactionMode</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The mode of a transaction
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>transactionTimestamp</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The timestamp of a transaction
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>transactionState</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The state of a transaction
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>databaseId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The unique ID of the database.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>forestId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The unique ID of the forest.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>canceled</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">Has this transaction been canceled.</xs:documentation></api:element-description></api:element><api:element><api:element-name>startTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
  	The time the operation started.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>timeLimit</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The transaction's time limit, in seconds.</xs:documentation></api:element-description></api:element><api:element><api:element-name>maxTimeLimit</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The upper bound for a transaction's time limit, in seconds.</xs:documentation></api:element-description></api:element><api:element><api:element-name>joinSize</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">An indication of the current size of the join tables created under this transaction.</xs:documentation></api:element-description></api:element><api:element><api:element-name>user</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The unique ID of the user executing the transaction.</xs:documentation></api:element-description></api:element><api:element><api:element-name>admin</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">If the transaction has admin privileges.</xs:documentation></api:element-description></api:element></api:element></api:element><api:element><api:element-name>backupJobs</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The backup jobs the host is processing.
      </xs:documentation></api:element-description><api:element><api:element-name>backupJob</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The backup job.
      </xs:documentation></api:element-description><api:element><api:element-name>jobId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The unique ID of a job.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>path</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
  	The path of the stand.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>startTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
  	The time the operation started.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>forests</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The forests in a backup/restore job
      </xs:documentation></api:element-description><api:element><api:element-name>forest</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        A forest with id and status
      </xs:documentation></api:element-description><api:element><api:element-name>forestId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The unique ID of the forest.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>status</api:element-name><api:element-description/></api:element></api:element></api:element></api:element></api:element><api:element><api:element-name>restoreJobs</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The restore jobs the host is processing.
      </xs:documentation></api:element-description><api:element><api:element-name>restoreJob</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The restore job.
      </xs:documentation></api:element-description><api:element><api:element-name>jobId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The unique ID of a job.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>path</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
  	The path of the stand.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>startTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
  	The time the operation started.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>safeRestoreToTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
  	The safest timestamp closest to the restore-to-time at which all restored
  	forests are in a consistent state.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>forests</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The forests in a backup/restore job
      </xs:documentation></api:element-description><api:element><api:element-name>forest</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        A forest with id and status
      </xs:documentation></api:element-description><api:element><api:element-name>forestId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The unique ID of the forest.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>status</api:element-name><api:element-description/></api:element></api:element></api:element></api:element></api:element><api:element><api:element-name>nativePlugins</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The native plugins loaded on a host.</xs:documentation></api:element-description><api:element><api:element-name>nativePlugin</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The status of a native plugin.</xs:documentation></api:element-description><api:element><api:element-name>path</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
  	The path of the stand.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>version</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The version of the product.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>capabilities</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The capabilities of a native plugin.</xs:documentation></api:element-description><api:element><api:element-name>aggregate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The name of an aggregate native plugin capability</xs:documentation></api:element-description></api:element></api:element></api:element></api:element><api:element><api:element-name>queryReadBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes read off disk.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>queryReadTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The time (as xs:dayTimeDuration) to read query data from disk.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>queryReadRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of reading query data from disk, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>queryReadLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
	The moving average of the read load on the query, in seconds per second.
        This is summed for all of the contributing threads.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>journalWriteBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes written to the journal on disk.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>journalWriteTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The time (as xs:dayTimeDuration) to write data to the journal.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>journalWriteRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of writing data to the journal, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>journalWriteLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
	The moving average of the load for writing to the journal, in 
	seconds per second.  This is summed for all of the threads 
	writing on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>saveWriteBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes written when saving in-memory stands.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>saveWriteTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The time (as xs:dayTimeDuration) spent saving in-memory stands.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>saveWriteRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of writing data to in-memory stands, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>saveWriteLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of the load for writing to in-memory stands, in 
	seconds per second.  This is summed for all of the threads 
	writing on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>mergeReadBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes read during merges.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>mergeReadTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The time (as xs:dayTimeDuration) to read data for merges.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>mergeReadRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of reading merge data from disk, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>mergeReadLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of the read load on the merge, in seconds per second.
        This is summed for all of the contributing threads.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>mergeWriteBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes written to disk for merges.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>mergeWriteTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The time (as xs:dayTimeDuration) to write data for merges.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>mergeWriteRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of writing data for merges, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>mergeWriteLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of the load for writing for merges, in 
	seconds per second.  This is summed for all of the threads 
	writing on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>backupReadBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes read from disk for backups.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>backupReadTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Thee time (as xs:dayTimeDuration) to read data for backups.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>backupReadRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of reading backup data from disk, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>backupReadLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
	The moving average of the read load on the backup, in seconds per 
	second.  This is summed for all of the contributing threads.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>backupWriteBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes written to disk for backups.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>backupWriteTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The time (as xs:dayTimeDuration) to write data to backups.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>backupWriteRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of writing data for backups, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>backupWriteLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of the load for writing for backups, in 
	seconds per second.  This is summed for all of the threads 
	writing on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>restoreReadBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes read from disk for restores.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>restoreReadTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Thee time (as xs:dayTimeDuration) to read data for restores.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>restoreReadRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of reading restore data from disk, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>restoreReadLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of the read load on the backup, in seconds per 
	second.  This is summed for all of the contributing threads.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>restoreWriteBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes written to disk for restores.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>restoreWriteTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The time (as xs:dayTimeDuration) to write data for restores.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>restoreWriteRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of writing data for restores, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>restoreWriteLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of the load for writing for restores, in 
	seconds per second.  This is summed for all of the threads 
	writing on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>largeReadBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes read from large documents.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>largeReadTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Thee time (as xs:dayTimeDuration) to read data from large documents.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>largeReadRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of reading large documents from disk, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>largeReadLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of the read load on large documents, in seconds per 
	second. 
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>largeWriteBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes written to disk for large documents.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>largeWriteTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The time (as xs:dayTimeDuration) to write data for large documents.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>largeWriteRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of writing data for large documents, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>largeWriteLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of the load for writing for large documents, in 
	seconds per second. 
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>externalBinaryReadBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes read from external binary documents.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>externalBinaryReadTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        Thee time (as xs:dayTimeDuration) to read data from external binary documents.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>externalBinaryReadRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of reading external binary documents from disk, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>externalBinaryReadLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of the read load on external binary documents, in seconds per 
	second. 
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpClientReceiveBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
	 The number of bytes received by the xdqp client for host 
	 communications.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpClientReceiveTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
	 The time (as xs:dayTimeDuration) to receive xdqp client 
	 communication.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpClientReceiveRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of receiving xdqp client messages, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpClientReceiveLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
	The moving average of the receive load for the xdqp client, in 
	seconds per second.  This is summed for all of the contributing threads.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpClientSendBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes sent by the xdqp client for host 
	communications.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpClientSendTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The time (as xs:dayTimeDuration) to send xdqp client 
	communication.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpClientSendRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of sending xdqp client messages, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpClientSendLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of the send load for the xdqp client, in 
	seconds per second.  This is summed for all of the contributing threads.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpServerReceiveBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes received by the xdqp server for host 
	communications.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpServerReceiveTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The time (as xs:dayTimeDuration) to receive xdqp server 
	communication.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpServerReceiveRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of receiving xdqp server messages, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpServerReceiveLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of the receive load for the xdqp server, in 
	seconds per second.  This is summed for all of the contributing threads.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpServerSendBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes sent by the xdqp server for host 
	communications.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpServerSendTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The time (as xs:dayTimeDuration) to send xdqp server 
	communication.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpServerSendRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of sending xdqp server messages, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>xdqpServerSendLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of the send load for the xdqp server, in 
	seconds per second.  This is summed for all of the contributing threads.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpClientReceiveBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
	 The number of bytes received by the xdqp client for host 
	 communications.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpClientReceiveTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
	 The time (as xs:dayTimeDuration) to receive xdqp client 
	 communication.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpClientReceiveRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of receiving xdqp client messages, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpClientReceiveLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
	The moving average of the receive load for the xdqp client, in 
	seconds per second.  This is summed for all of the contributing threads.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpClientSendBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes sent by the xdqp client for host 
	communications.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpClientSendTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The time (as xs:dayTimeDuration) to send xdqp client 
	communication.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpClientSendRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of sending xdqp client messages, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpClientSendLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of the send load for the xdqp client, in 
	seconds per second.  This is summed for all of the contributing threads.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpServerReceiveBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes received by the xdqp server for host 
	communications.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpServerReceiveTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The time (as xs:dayTimeDuration) to receive xdqp server 
	communication.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpServerReceiveRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of receiving xdqp server messages, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpServerReceiveLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of the receive load for the xdqp server, in 
	seconds per second.  This is summed for all of the contributing threads.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpServerSendBytes</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of bytes sent by the xdqp server for host 
	communications.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpServerSendTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The time (as xs:dayTimeDuration) to send xdqp server 
	communication.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpServerSendRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of sending xdqp server messages, in megabytes 
	per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>foreignXdqpServerSendLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The moving average of the send load for the xdqp server, in 
	seconds per second.  This is summed for all of the contributing threads.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>readLockCount</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The total number of read locks, summed across all forests on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>readLockWaitTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The total time spent waiting for read locks, summed across all forests
        on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>readLockHoldTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The total time spent holding read locks, summed across all forests on
        the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>readLockRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The rate of taking read locks, summed across all forests on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>readLockWaitLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The read lock wait load, summed across all forests on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>readLockHoldLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The read lock hold load, summed across all forests on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>writeLockCount</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The total number of write locks, summed across all forests on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>writeLockWaitTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The total time spent waiting for write locks, summed across all forests
        on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>writeLockHoldTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The total time spent holding write locks, summed across all forests on
        the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>writeLockRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The rate of taking write locks, summed across all forests on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>writeLockWaitLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The write lock wait load, summed across all forests on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>writeLockHoldLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The write lock hold load, summed across all forests on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>deadlockCount</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The number of deadlocks, summed across all forests on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>deadlockWaitTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The total time spent waiting for locks that eventually deadlocked,
        summed across all forests on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>deadlockRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The rate of taking write locks, summed across all forests on the host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>deadlockWaitLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The deadlock wait load, summed across all forests on the host.
      </xs:documentation></api:element-description></api:element></api:schema-info></api:usage><api:example class="javascript"><pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml">
xdmp.hostStatus(xdmp.host());
=&gt;
{
  "hostId":"2485368722774099257",
  "hostName":"raymond.marklogic.com",
  "groupId":"1875668225877553285",
  "zone":"",
  "currentTime":"2014-12-17T19:39:39.404605-08:00",
  "bindPort":7999,
  "connectPort":7999,
  "sslFipsEnabled":true,
  "foreignBindPort":7998,
  "foreignConnectPort":7998,
  "backgroundIoLimit":0,
  "meteringEnabled":true,
  "metersDatabase":"8273642434352718502",
  "performanceMeteringEnabled":true,
  "performanceMeteringPeriod":60,
  "performanceMeteringRetainRaw":7,
  "performanceMeteringRetainHourly":30,
  "performanceMeteringRetainDaily":90,
  "lastStartup":"2014-12-17T13:46:40.314577-08:00",
  "version":"8.0-20141217",
  "architecture":"x86_64",
  "platform":"linux",
  "licenseKey":"",
  "licensee":"",
  "licenseKeyCpus":0,
  "licenseKeyCores":0,
  "licenseKeySize":0,
  "licenseKeyOptions":[
    "English"
  ],
  "preReleaseExpires":"2015-03-17T01:00:55-08:00",
  "edition":"Essential Enterprise",
  "environment":"developer",
  "cpus":1,
  "cores":2,
  "coreThreads":2,
  "totalCpuStatUser":{
    "value":0.358961522579193
  },
  "totalCpuStatNice":{
    "value":0.0166958831250668
  },
  "totalCpuStatSystem":{
    "value":0.225394427776337
  },
  "totalCpuStatIdle":{
    "value":99.3321685791016
  },
  "totalCpuStatIowait":{
    "value":0.0166958831250668
  },
  "totalCpuStatIrq":{
    "value":0
  },
  "totalCpuStatSoftirq":{
    "value":0
  },
  "totalCpuStatSteal":{
    "value":0.0500876531004906
  },
  "totalCpuStatGuest":{
    "value":0
  },
  "totalCpuStatGuestNice":{
    "value":0
  },
  "cpuStatUser":{
    "value":0.434346824884415,
    "id":1
  },
  "cpuStatUser":{
    "value":0.283758968114853,
    "id":2
  },
  "cpuStatNice":{
    "value":0.016705647110939,
    "id":1
  },
  "cpuStatNice":{
    "value":0.016691705211997,
    "id":2
  },
  "cpuStatSystem":{
    "value":0.16705647110939,
    "id":1
  },
  "cpuStatSystem":{
    "value":0.267067283391953,
    "id":2
  },
  "cpuStatIdle":{
    "value":99.3317718505859,
    "id":1
  },
  "cpuStatIdle":{
    "value":99.3490219116211,
    "id":2
  },
  "cpuStatIowait":{
    "value":0,
    "id":1
  },
  "cpuStatIowait":{
    "value":0.050075113773346,
    "id":2
  },
  "cpuStatIrq":{
    "value":0,
    "id":1
  },
  "cpuStatIrq":{
    "value":0,
    "id":2
  },
  "cpuStatSoftirq":{
    "value":0,
    "id":1
  },
  "cpuStatSoftirq":{
    "value":0,
    "id":2
  },
  "cpuStatSteal":{
    "value":0.0501169413328171,
    "id":1
  },
  "cpuStatSteal":{
    "value":0.0333834104239941,
    "id":2
  },
  "cpuStatGuest":{
    "value":0,
    "id":1
  },
  "cpuStatGuest":{
    "value":0,
    "id":2
  },
  "cpuStatGuestNice":{
    "value":0,
    "id":1
  },
  "cpuStatGuestNice":{
    "value":0,
    "id":2
  },
  "memoryProcessSize":{
    "value":4408
  },
  "memoryProcessRss":{
    "value":1368
  },
  "memoryProcessAnon":{
    "value":3956
  },
  "memoryProcessRssHwm":{
    "value":1514
  },
  "memoryProcessSwapRate":{
    "value":0
  },
  "memorySystemPageinRate":{
    "value":0.0666403025388718
  },
  "memorySystemPageoutRate":{
    "value":4.7981014251709
  },
  "memorySystemSwapinRate":{
    "value":0
  },
  "memorySystemSwapoutRate":{
    "value":0
  },
  "memorySize":4096,
  "hostSize":1234,
  "hostLargeDataSize":0,
  "logDeviceSpace":5202,
  "dataDirSpace":5202,
  "configFileTimestamps":{
    "groupsTimestamp":"14188530876759320",
    "hostsTimestamp":"14188530861654680",
    "databasesTimestamp":"14188530893722060",
    "assignmentsTimestamp":"14188530861583840",
    "tokenizerTimestamp":0,
    "mimetypesTimestamp":0
  },
  "httpServers":[
    {
      "httpServerId":"16410760008133871361",
      "port":8001,
      "webDAV":false
    },
    {
      "httpServerId":"17968977724269221518",
      "port":2222,
      "webDAV":false
    },
    {
      "httpServerId":"536121115905064034",
      "port":8000,
      "webDAV":false
    },
    {
      "httpServerId":"16662539550385649512",
      "port":7997,
      "webDAV":false
    },
    {
      "httpServerId":"5834497626853209270",
      "port":8002,
      "webDAV":false
    },
    {
      "httpServerId":"18127344729549022960",
      "port":1234,
      "webDAV":false
    }
  ],
  "xdbcServers":[
  ],
  "odbcServers":[
  ],
  "taskServer":{
    "taskServerId":"7004822397158976297"
  },
  "assignments":[
    {
      "forestName":"Meters",
      "forestId":"12847756301291276987",
      "hostId":"2485368722774099257"
    },
    {
      "forestName":"Documents",
      "forestId":"18080252238750949856",
      "hostId":"2485368722774099257"
    },
    {
      "forestName":"Fab",
      "forestId":"18134217630916328931",
      "hostId":"2485368722774099257"
    },
    {
      "forestName":"Extensions",
      "forestId":"294202739810711200",
      "hostId":"2485368722774099257"
    },
    {
      "forestName":"Last-Login",
      "forestId":"16156462908043304635",
      "hostId":"2485368722774099257"
    },
    {
      "forestName":"test",
      "forestId":"15032873714652460194",
      "hostId":"2485368722774099257"
    },
    {
      "forestName":"bill",
      "forestId":"7201957734358937355",
      "hostId":"2485368722774099257"
    },
    {
      "forestName":"Triggers",
      "forestId":"15959633394350124086",
      "hostId":"2485368722774099257"
    },
    {
      "forestName":"Schemas",
      "forestId":"7095821375622266302",
      "hostId":"2485368722774099257"
    },
    {
      "forestName":"Modules",
      "forestId":"13841158287176766572",
      "hostId":"2485368722774099257"
    },
    {
      "forestName":"App-Services",
      "forestId":"14712989954136260582",
      "hostId":"2485368722774099257"
    },
    {
      "forestName":"Security",
      "forestId":"3369505132918154964",
      "hostId":"2485368722774099257"
    }
  ],
  "hosts":[
    {
      "hostId":"2485368722774099257",
      "hostName":"raymond.marklogic.com",
      "connectPort":7999,
      "online":true,
      "secure":false
    }
  ],
  "transactions":[
    {
      "transactionId":"17103128519048241586",
      "hostId":"2485368722774099257",
      "serverId":"536121115905064034",
      "transactionName":"",
      "transactionMode":"update",
      "transactionTimestamp":0,
      "transactionState":"active",
      "databaseId":"12466402192567279933",
      "canceled":false,
      "startTime":"2014-12-17T19:39:39-08:00",
      "timeLimit":600,
      "maxTimeLimit":3600,
      "joinSize":0,
      "user":"7071164303237443533",
      "admin":true
    },
    {
      "transactionId":"13192178034415869546",
      "hostId":"2485368722774099257",
      "serverId":"536121115905064034",
      "transactionName":"",
      "transactionMode":"query",
      "transactionTimestamp":"14188739405228240",
      "transactionState":"active",
      "databaseId":"18210430083193679484",
      "canceled":false,
      "startTime":"2014-12-17T19:39:39-08:00",
      "timeLimit":600,
      "maxTimeLimit":3600,
      "joinSize":0,
      "user":"7071164303237443533",
      "admin":true
    }
  ],
  "backupJobs":[
  ],
  "restoreJobs":[
  ],
  "native-plugins":[
  ],
  "queryReadBytes":21856220,
  "queryReadTime":"PT6.221009S",
  "queryReadRate":0,
  "queryReadLoad":0,
  "journalWriteBytes":113672812,
  "journalWriteTime":"PT5.076739S",
  "journalWriteRate":0,
  "journalWriteLoad":0,
  "saveWriteBytes":43230507,
  "saveWriteTime":"PT1.469835S",
  "saveWriteRate":0,
  "saveWriteLoad":0,
  "mergeReadBytes":169313792,
  "mergeReadTime":"PT0.2101S",
  "mergeReadRate":0,
  "mergeReadLoad":0,
  "mergeWriteBytes":249017814,
  "mergeWriteTime":"PT3.503278S",
  "mergeWriteRate":0,
  "mergeWriteLoad":0,
  "backupReadBytes":0,
  "backupReadTime":"PT0S",
  "backupReadRate":0,
  "backupReadLoad":0,
  "backupWriteBytes":0,
  "backupWriteTime":"PT0S",
  "backupWriteRate":0,
  "backupWriteLoad":0,
  "restoreReadBytes":0,
  "restoreReadTime":"PT0S",
  "restoreReadRate":0,
  "restoreReadLoad":0,
  "restoreWriteBytes":0,
  "restoreWriteTime":"PT0S",
  "restoreWriteRate":0,
  "restoreWriteLoad":0,
  "largeReadBytes":0,
  "largeReadTime":"PT0S",
  "largeReadRate":0,
  "largeReadLoad":0,
  "largeWriteBytes":0,
  "largeWriteTime":"PT0S",
  "largeWriteRate":0,
  "largeWriteLoad":0,
  "externalBinaryReadBytes":0,
  "externalBinaryReadTime":"PT0S",
  "externalBinaryReadRate":0,
  "externalBinaryReadLoad":0,
  "xdqpClientReceiveBytes":0,
  "xdqpClientReceiveTime":"PT0S",
  "xdqpClientReceiveRate":0,
  "xdqpClientReceiveLoad":0,
  "xdqpClientSendBytes":0,
  "xdqpClientSendTime":"PT0S",
  "xdqpClientSendRate":0,
  "xdqpClientSendLoad":0,
  "xdqpServerReceiveBytes":0,
  "xdqpServerReceiveTime":"PT0S",
  "xdqpServerReceiveRate":0,
  "xdqpServerReceiveLoad":0,
  "xdqpServerSendBytes":0,
  "xdqpServerSendTime":"PT0S",
  "xdqpServerSendRate":0,
  "xdqpServerSendLoad":0,
  "foreignXdqpClientReceiveBytes":0,
  "foreignXdqpClientReceiveTime":"PT0S",
  "foreignXdqpClientReceiveRate":0,
  "foreignXdqpClientReceiveLoad":0,
  "foreignXdqpClientSendBytes":0,
  "foreignXdqpClientSendTime":"PT0S",
  "foreignXdqpClientSendRate":0,
  "foreignXdqpClientSendLoad":0,
  "foreignXdqpServerReceiveBytes":0,
  "foreignXdqpServerReceiveTime":"PT0S",
  "foreignXdqpServerReceiveRate":0,
  "foreignXdqpServerReceiveLoad":0,
  "foreignXdqpServerSendBytes":0,
  "foreignXdqpServerSendTime":"PT0S",
  "foreignXdqpServerSendRate":0,
  "foreignXdqpServerSendLoad":0,
  "readLockCount":90878,
  "readLockWaitTime":"PT0.233242S",
  "readLockHoldTime":"PT30M34.3731452S",
  "readLockRate":0,
  "readLockWaitLoad":0,
  "readLockHoldLoad":0,
  "writeLockCount":4078,
  "writeLockWaitTime":"PT0.004132S",
  "writeLockHoldTime":"PT3M23.7514429S",
  "writeLockRate":0.0219789296388626,
  "writeLockWaitLoad":0,
  "writeLockHoldLoad":0,
  "deadlockCount":0,
  "deadlockWaitTime":"PT0S",
  "deadlockRate":0,
  "deadlockWaitLoad":0
}
</pre>
</api:example></api:function></api:function-page>