Loading TOC...

xdmp:host-status

xdmp:host-status(
   $host-id as xs:unsignedLong*
) as element(host-status)*

Summary

Returns the status of a host.

Parameters
host-id A host ID.

Required Privileges

http://marklogic.com/xdmp/privileges/status

Usage Notes

The information returned from xdmp:host-status is always computed on the host specified in the $host-id 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).

A valid license key is required to use the reverse index and the REST API features. This license is included as part of the base server license for many, but not all, MarkLogic licenses. Verify the licensed features for your license in Host Status in the Admin GUI.

The structure of the data returned is as follows:

host-id

The unique ID of a host.

error

The error in processing host status.

host-name

The internet host name.

group-id

The group the host belongs to.

zone

Zone the host belongs to.

current-time

The current time.

bind-port

The distributed protocol server socket bind internet port number.

connect-port

The distributed protocol client socket connect internet port number.

ssl-fips-enabled

Is ssl fips mode enabled for this host?

foreign-bind-port

The distributed protocol foreign server socket bind internet port number.

foreign-connect-port

The distributed protocol foreign client socket connect internet port number.

background-io-limit

A rate limit for background I/O (MB/s, 0 means no limit).

metering-enabled

Metering Enabled

meters-database

The ID of the Meters database.

performance-metering-enabled

Monitoring Enabled

performance-metering-period

Monitor period in seconds

performance-metering-retain-raw

Retain raw monitoring data in days

performance-metering-retain-hourly

Retain hourly monitoring data in days

performance-metering-retain-daily

Retain daily monitoring data in days

last-startup

The timestamp of last host startup

version

The version of the product.

effective-version

The effective software version of this cluster.

software-version

The actual software version of this cluster.

os-version

The host OS Platform and version description.

converters-version

The version of MarkLogic Converters on this host.

host-mode

The mode of this host

host-mode-description

The description for this host mode

architecture

The achitecture of the product.

platform

The platform of the product.

license-key

The license key for this host.

licensee

The host licensee.

license-key-expires

When does the license key for this host expire.

license-key-cpus

How many cpus does this license key support.

license-key-cores

How many cores does this license key support.

license-key-size

The database size (in MB) that this license key support.

license-key-options

The options that this host's license key provides.

This is a complex element with the following element children:

license-key-option

A license key option.

pre-release-expires

When does the pre-release for this host expire.

accepted-version

The last accepted version.

accepted-agreement

The last accepted agreement.

accepted-licensee

The last accepted licensee.

edition

The edition of this host.

environment

The environment of this host.

cpus

The number of CPUs.

cores

The number of cores.

core-threads

The number of core threads (including intel hyper threads).

total-cpu-stat-user

Total cpu utilization for user.

total-cpu-stat-nice

Total cpu utilization for nice.

total-cpu-stat-system

Total cpu utilization for system.

total-cpu-stat-idle

Total cpu utilization for idle.

total-cpu-stat-iowait

Total cpu utilization for iowait.

total-cpu-stat-irq

Total cpu utilization for irq.

total-cpu-stat-softirq

Total cpu utilization for softirq.

total-cpu-stat-steal

Total cpu utilization for steal.

total-cpu-stat-guest

Total cpu utilization for guest.

total-cpu-stat-guest-nice

Total cpu utilization for guest nice.

cpu-stat-user

Total cpu utilization for user.

cpu-stat-nice

Total cpu utilization for nice.

cpu-stat-system

Total cpu utilization for system.

cpu-stat-idle

Total cpu utilization for idle.

cpu-stat-iowait

Total cpu utilization for iowait.

cpu-stat-irq

Total cpu utilization for irq.

cpu-stat-softirq

Total cpu utilization for softirq.

cpu-stat-steal

Total cpu utilization for steal.

cpu-stat-guest

Total cpu utilization for guest.

cpu-stat-guest-nice

Total cpu utilization for guest nice.

memory-process-size

The number of MB of total process memory for the MarkLogic process.

memory-process-rss

The number of MB of Process Resident Size (RSS) for the MarkLogic process.

memory-process-anon

The number of MB of Process Anonymous Memory for the MarkLogic process.

memory-process-rss-hwm

The maximum (High Water Mark) of Process Resident Size (RSS) in MB for the MarkLogic process.

memory-process-swap-rate

The swap rate for the MarkLogic process in pages/sec.

memory-process-swap-size

The number of MB of memory swapped out for the MarkLogic process.

memory-process-huge-pages-size

The size of huge pages for the MarkLogic process in MB. Available on Linux platform. Sum of Sizes after /anon_hugepage in /proc/[MLpid]/smaps

memory-system-total

The total system memory in MB. MemTotal from /proc/meminfo on Linux, ullTotalPhys from GlobalMemoryStatusEx on Windows.

memory-system-free

The free system memory in MB. MemFree from /proc/meminfo on Linux, ullAvailPhys from GlobalMemoryStatusEx on Windows.

memory-system-pagein-rate

The page in rate for the system in pages/sec.

memory-system-pageout-rate

The page out rate for the system in pages/sec.

memory-system-swapin-rate

The swap in rate for the system in pages/sec.

memory-system-swapout-rate

The swap out rate for the system in pages/sec.

memory-size

The number of MB of virtual memory.

memory-file-size

The number of MB of virtual memory mapped to data files.

memory-forest-size

The number of MB of virtual memory used by forests.

memory-unclosed-size

The number of MB of virtual memory used by unclosed stands.

memory-cache-size

The number of MB of virtual memory used by caches.

memory-registry-size

The number of MB of virtual memory used to store registered queries.

memory-join-size

The number of MB of virtual memory used for join processing.

host-size

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.

host-large-data-size

The total size of all large binary data on the host.

log-device-space

The number of MB left on log device.

data-dir-space

The number of MB left on data dir.

config-file-timestamps

The timestamps of the host's config files.

This is a complex element with the following element children:

groups-timestamp

The timestamp of the groups config file.

hosts-timestamp

The timestamp of the hosts config file.

databases-timestamp

The timestamp of the databases config file.

assignments-timestamp

The timestamp of the assignments config file.

tokenizer-timestamp

The timestamp of the tokenizer config file.

mimetypes-timestamp

The timestamp of the mimetypes config file.

http-servers

The HTTP servers running on the host.

This is a complex element with the following element children:

http-server

The HTTP server running on a host.

This is a complex element with the following element children:

http-server-id

The HTTP server id.

port

The server socket bind internet port number.

webDAV

webDAV server versus HTTP server.

xdbc-servers

The XDBC servers running on the host.

This is a complex element with the following element children:

xdbc-server

The XDBC server running on a host.

This is a complex element with the following element children:

xdbc-server-id

The XDBC server id.

port

The server socket bind internet port number.

odbc-servers

The ODBC servers running on the host.

This is a complex element with the following element children:

odbc-server

The ODBC server running on a host.

This is a complex element with the following element children:

odbc-server-id

The ODBC server id.

port

The server socket bind internet port number.

task-server

The task server on a host.

This is a complex element with the following element children:

task-server-id

The task server id.

assignments

Forest assignments as the host sees them.

This is a complex element with the following element children:

assignment

The forest configuration as seen by the host.

This is a complex element with the following element children:

forest-name

The forest name.

host-id

The unique ID of a host.

forest-id

The unique ID of the forest.

hosts

The host's view of all other hosts in the cluster.

This is a complex element with the following element children:

host

The host connection information.

This is a complex element with the following element children:

host-id

The unique ID of a host.

host-name

The internet host name.

connect-port

The distributed protocol client socket connect internet port number.

online

Is this host seen as online? (true for online)

secure

Is communication secured with SSL? For the local host, this is always false.

last-online

The time the host went online.

last-offline

The time the host went offline.

transactions

The transactions being processed by the host.

This is a complex element with the following element children:

transaction

The status of a transaction.

This is a complex element with the following element children:

transaction-id

The unique ID of a transaction.

host-id

The unique ID of a host.

server-id

The unique ID of an App Server (XDBC, ODBC, HTTP, WebDAV, or task server).

xa:xid

transaction-name

The name of a transaction

transaction-mode

The mode of a transaction

transaction-timestamp

The timestamp of a transaction

transaction-state

The state of a transaction

database-id

The unique ID of the database.

forest-id

The unique ID of the forest.

canceled

Has this transaction been canceled.

start-time

The time a backup or restore started.

time-limit

The transaction's time limit, in seconds.

max-time-limit

The upper bound for a transaction's time limit, in seconds.

join-size

An indication of the current size of the join tables created under this transaction.

join-size-strings

An indication of the current size of the join tables created under this transaction.

user

The unique ID of the user executing the transaction.

admin

If the transaction has admin privileges.

backup-jobs

The backup jobs the host is processing.

This is a complex element with the following element children:

backup-job

The backup job.

This is a complex element with the following element children:

job-id

The unique ID of a job.

path

The path of the stand.

start-time

The time a backup or restore started.

forests

The forests in a backup/restore job

This is a complex element with the following element children:

forest

A forest with id and status

This is a complex element with the following element children:

forest-id

The unique ID of the forest.

status

restore-jobs

The restore jobs the host is processing.

This is a complex element with the following element children:

restore-job

The restore job.

This is a complex element with the following element children:

job-id

The unique ID of a job.

path

The path of the stand.

start-time

The time a backup or restore started.

safe-restore-to-time

The safest timestamp closest to the restore-to-time at which all restored forests are in a consistent state.

forests

The forests in a backup/restore job

This is a complex element with the following element children:

forest

A forest with id and status

This is a complex element with the following element children:

forest-id

The unique ID of the forest.

status

native-plugins

The native plugins loaded on a host.

This is a complex element with the following element children:

native-plugin

The status of a native plugin.

This is a complex element with the following element children:

path

The path of the stand.

version

The version of the product.

capabilities

The capabilities of a native plugin.

This is a complex element with the following element children:

aggregate

The name of an aggregate native plugin capability

lexer

The name of a lexer native plugin capability

stemmer

The name of a stemmer native plugin capability

query-read-bytes

The number of bytes read off disk.

query-read-time

The time (as xs:dayTimeDuration) to read query data from disk.

query-read-rate

The moving average throughput of reading query data from disk, in megabytes per second.

query-read-load

Disk reading time threads spent for a query in proportion to the elapsed time. This is summed for all of the contributing threads.

journal-write-bytes

The number of bytes written to the journal on disk.

journal-write-time

The time (as xs:dayTimeDuration) to write data to the journal.

journal-write-rate

The moving average throughput of writing data to the journal, in megabytes per second.

journal-write-load

Journal writing time threads spent in proportion to the elapsed time. This is summed for all of the threads writing on the host.

save-write-bytes

The number of bytes written when saving in-memory stands.

save-write-time

The time (as xs:dayTimeDuration) spent saving in-memory stands.

save-write-rate

The moving average throughput of writing data to in-memory stands, in megabytes per second.

save-write-load

Time spent writing to in-memory stands, in proportion to the elapsed time. This is summed for all of the threads writing on the host.

merge-read-bytes

The number of bytes read during merges.

merge-read-time

The time (as xs:dayTimeDuration) to read data for merges.

merge-read-rate

The moving average throughput of reading merge data from disk, in megabytes per second.

merge-read-load

Disk read time threads spent during merge, in proportion to the elapsed time. This is summed for all of the contributing threads.

merge-write-bytes

The number of bytes written to disk for merges.

merge-write-time

The time (as xs:dayTimeDuration) to write data for merges.

merge-write-rate

The moving average throughput of writing data for merges, in megabytes per second.

merge-write-load

Disk writing time threads spent for merges, in proportion to the elapsed time. This is summed for all of the threads writing on the host.

backup-read-bytes

The number of bytes read from disk for backups.

backup-read-time

Thee time (as xs:dayTimeDuration) to read data for backups.

backup-read-rate

The moving average throughput of reading backup data from disk, in megabytes per second.

backup-read-load

Disk read time threads spent for backup, in proportion to the elapsed time. This is summed for all of the contributing threads.

backup-write-bytes

The number of bytes written to disk for backups.

backup-write-time

The time (as xs:dayTimeDuration) to write data to backups.

backup-write-rate

The moving average throughput of writing data for backups, in megabytes per second.

backup-write-load

Disk writing time threads spent for backups, in proportion to the elapsed time. This is summed for all of the threads writing on the host.

restore-read-bytes

The number of bytes read from disk for restores.

restore-read-time

Thee time (as xs:dayTimeDuration) to read data for restores.

restore-read-rate

The moving average of disk read throughput for restores, in megabytes per second.

restore-read-load

Disk read time threads spent for restores, in proportion to the elapsed time. This is summed for all of the contributing threads.

restore-write-bytes

The number of bytes written to disk for restores.

restore-write-time

The time (as xs:dayTimeDuration) to write data for restores.

restore-write-rate

Disk write throughput for restore, in megabytes per second.

restore-write-load

Disk write time threads spent for restores, in proportion to the elasped time. This is summed for all of the threads writing on the host.

large-read-bytes

The number of bytes read from large documents.

large-read-time

Thee time (as xs:dayTimeDuration) to read data from large documents.

large-read-rate

The moving average throughput of reading large documents from disk, in megabytes per second.

large-read-load

Disk read time threads spent on large documents, in proportion to the elapsed time.

large-write-bytes

The number of bytes written to disk for large documents.

large-write-time

The time (as xs:dayTimeDuration) to write data for large documents.

large-write-rate

Disk write throughput of large documents, in megabytes per second.

large-write-load

Disk write time threads spent for large documents, in proportion to the elapsed time.

external-binary-read-bytes

The number of bytes read from external binary documents.

external-binary-read-time

Thee time (as xs:dayTimeDuration) to read data from external binary documents.

external-binary-read-rate

Disk read throughput of external binary documents, in megabytes per second.

external-binary-read-load

Disk read time threads spent on external binary documents, in proportion to the elapsed time.

webDAV-server-receive-bytes

The number of bytes received over the network of webDAV servers.

webDAV-server-receive-time

The time (as xs:dayTimeDuration) for network receivings of webDAV servers.

webDAV-server-receive-rate

The moving average throughput of webDAV servers receiving data, in megabytes per second.

webDAV-server-receive-load

Time threads spent receiving data for a webDAV servers, in proportion to the elapsed time.

webDAV-server-send-bytes

The number of bytes sent over the network of webDAV servers.

webDAV-server-send-time

The time (as xs:dayTimeDuration) for network sendings of webDAV servers.

webDAV-server-send-rate

The moving average throughput of webDAV servers sending data, in megabytes per second.

webDAV-server-send-load

Time threads spent sending data for a webDAV servers, in proportion to the elapsed time.

http-server-receive-bytes

The number of bytes received over the network of HTTP servers.

http-server-receive-time

The time (as xs:dayTimeDuration) of network receivings of HTTP servers.

http-server-receive-rate

The moving average throughput of HTTP servers receiving data, in megabytes per second.

http-server-receive-load

Time threads spent receiving data for HTTP servers, in proportion to the elapsed time.

http-server-send-bytes

The number of bytes sent over the network of HTTP servers.

http-server-send-time

The time (as xs:dayTimeDuration) for network sendings of HTTP servers.

http-server-send-rate

The moving average throughput of HTTP servers sending data, in megabytes per second.

http-server-send-load

Time threads spent sending data for HTTP servers, in proportion to the elapsed time.

xdbc-server-receive-bytes

The number of bytes received over the network of XDBC servers.

xdbc-server-receive-time

The time (as xs:dayTimeDuration) for network receivings of XDBC servers.

xdbc-server-receive-rate

The moving average throughput of XDBC servers receiving data, in megabytes per second.

xdbc-server-receive-load

Time threads spent receiving data for XDBC servers, in proportion to the elapsed time.

xdbc-server-send-bytes

The number of bytes sent over the network of XDBC servers.

xdbc-server-send-time

The time (as xs:dayTimeDuration) for network sendings of XDBC servers.

xdbc-server-send-rate

The moving average throughput of XDBC servers sending data, in megabytes per second.

xdbc-server-send-load

Time threads spent sending data from XDBC servers, in proportion to the elapsed time.

odbc-server-receive-bytes

The number of bytes received over the network of ODBC servers.

odbc-server-receive-time

The time (as xs:dayTimeDuration) for network receivings of ODBC server.

odbc-server-receive-rate

The moving average throughput of ODBC servers receiving data, in megabytes per second.

odbc-server-receive-load

Time threads spent receiving data for ODBC servers, in proportion to the elapsed time.

odbc-server-send-bytes

The number of bytes sent over the network of ODBC servers.

odbc-server-send-time

The time (as xs:dayTimeDuration) for network sendings of ODBC servers.

odbc-server-send-rate

The moving average throughput of ODBC servers sending data, in megabytes per second.

odbc-server-send-load

Time threads spent sending data for ODBC servers, in proportion to the elapsed time.

xdqp-client-receive-bytes

The number of bytes received by the xdqp client for host communications.

xdqp-client-receive-time

The time (as xs:dayTimeDuration) to receive xdqp client communication.

xdqp-client-receive-rate

The moving average throughput of the XDQP client receiving data, in megabytes per second.

xdqp-client-receive-load

Time threads spent receiving data for the xdqp client, in proportion to the elapsed time. This is summed for all of the contributing threads.

xdqp-client-send-bytes

The number of bytes sent by the xdqp client for host communications.

xdqp-client-send-time

The time (as xs:dayTimeDuration) to send xdqp client communication.

xdqp-client-send-rate

The moving average throughput of the xdqp clients sending data, in megabytes per second.

xdqp-client-send-load

Time threads spent sending data for xdqp clients, in proportion to the elapsed time. This is summed for all of the contributing threads.

xdqp-server-receive-bytes

The number of bytes received by the xdqp server for host communications.

xdqp-server-receive-time

The time (as xs:dayTimeDuration) to receive xdqp server communication.

xdqp-server-receive-rate

The moving average throughput of the xdqp server receiving data, in megabytes per second.

xdqp-server-receive-load

Time threads spent receiving data for the xdqp server, in proportion to the elapsed time. This is summed for all of the contributing threads.

xdqp-server-send-bytes

The number of bytes sent by the xdqp server for host communications.

xdqp-server-send-time

The time (as xs:dayTimeDuration) to send xdqp server communication.

xdqp-server-send-rate

The moving average throughput of the xdqp server sending data, in megabytes per second.

xdqp-server-send-load

Time threads spent sending data for the xdqp server, in proportion to the elapsed time. This is summed for all of the contributing threads.

xdqp-server-request-time

Average response time of XDQP requests from other nodes.

xdqp-server-request-rate

Number of XDQP requests processed per second.

foreign-xdqp-client-receive-bytes

The number of bytes received by the xdqp client for host communications.

foreign-xdqp-client-receive-time

The time (as xs:dayTimeDuration) to receive xdqp client communication.

foreign-xdqp-client-receive-rate

The moving average throughput of the foreign xdqp client receiving data, in megabytes per second.

foreign-xdqp-client-receive-load

Time threads spent receiving data for the foreign xdqp client, in proportion to the elapsed time. This is summed for all of the contributing threads.

foreign-xdqp-client-send-bytes

The number of bytes sent by the xdqp client for host communications.

foreign-xdqp-client-send-time

The time (as xs:dayTimeDuration) to send xdqp client communication.

foreign-xdqp-client-send-rate

The moving average throughput of the foreign xdqp client sending data, in megabytes per second.

foreign-xdqp-client-send-load

Time threads spent sending data for the foreign xdqp client, in proportion to the elapsed time. This is summed for all of the contributing threads.

foreign-xdqp-server-receive-bytes

The number of bytes received by the xdqp server for host communications.

foreign-xdqp-server-receive-time

The time (as xs:dayTimeDuration) to receive xdqp server communication.

foreign-xdqp-server-receive-rate

The moving average throughput of the foreign xdqp server receiving data, in megabytes per second.

foreign-xdqp-server-receive-load

Time threads spent receiving data for the foreign xdqp server, in proportion to the elapsed time. This is summed for all of the contributing threads.

foreign-xdqp-server-send-bytes

The number of bytes sent by the xdqp server for host communications.

foreign-xdqp-server-send-time

The time (as xs:dayTimeDuration) to send xdqp server communication.

foreign-xdqp-server-send-rate

The moving average throughput of the foreign xdqp server sending data, in megabytes per second.

foreign-xdqp-server-send-load

Time threads spent sending data for the foreign xdqp server, in proportion to the elapsed time. This is summed for all of the contributing threads.

read-lock-count

The total number of read lock acquisitions, summed across all forests on the host.

read-lock-wait-time

The total time spent waiting for read locks, summed across all forests on the host.

read-lock-hold-time

The total time spent holding read locks, summed across all forests on the host.

read-lock-rate

The rate of read lock acquisitions, summed across all forests on the host.

read-lock-wait-load

Time threads spent waiting for read locks in proportion to the elapsed time, summed across all forests on the host.

read-lock-hold-load

Time threads spent holding read locks in proportion to the elapsed time, summed across all forests on the host.

write-lock-count

The total number of write lock acquisitions, summed across all forests on the host.

write-lock-wait-time

The total time spent waiting for write locks, summed across all forests on the host.

write-lock-hold-time

The total time spent holding write locks, summed across all forests on the host.

write-lock-rate

The rate of write lock acquisitions, summed across all forests on the host.

write-lock-wait-load

Time threads spent waiting to acquire write locks in proportion to the elapsed time, summed across all forests on the host.

write-lock-hold-load

Time threads spent holding write locks in proportion to the elapsed time, summed across all forests on the host.

deadlock-count

The number of deadlocks, summed across all forests on the host.

deadlock-wait-time

The total time spent waiting for locks that eventually deadlocked, summed across all forests on the host.

deadlock-rate

The rate of deadlock occurrances, summed across all forests on the host.

deadlock-wait-load

Time threads spent waiting for locks that eventually result in deadlocks in proportion to the elapsed time, summed across all forests on the host.

external-kms-request-rate

Number of requests per second to the external key management server.

external-kms-request-time

Average round-trip time for a request to an external key management server.

current-external-kms-host

Current external KMS host name.

keystore-status

Shows whether the keystore is operational or not.

keystore-status-detail

Shows why the keystore isn't operational.

ldap-request-rate

Number of requests per second to the LDAP server.

ldap-request-time

Average round-trip time for a request to the LDAP server.

Example

xdmp:host-status(xdmp:host("engrlab-130-234.engrlab.marklogic.com"))
=>
<host-status xmlns="http://marklogic.com/xdmp/status/host">
  <host-id>4085572759432954311</host-id>
  <host-name>engrlab-130-234.engrlab.marklogic.com</host-name>
  <group-id>12157953645839352663</group-id>
  <zone/>
  <current-time>2017-11-17T09:49:05.846703-08:00</current-time>
  <bind-port>7999</bind-port>
  <connect-port>7999</connect-port>
  <ssl-fips-enabled>true</ssl-fips-enabled>
  <foreign-bind-port>7998</foreign-bind-port>
  <foreign-connect-port>7998</foreign-connect-port>
  <background-io-limit>0</background-io-limit>
  <metering-enabled>true</metering-enabled>
  <meters-database>1564550402179869619</meters-database>
  <performance-metering-enabled>true</performance-metering-enabled>
  <performance-metering-period>60</performance-metering-period>
  <performance-metering-retain-raw>7</performance-metering-retain-raw>
  <performance-metering-retain-hourly>30</performance-metering-retain-hourly>
  <performance-metering-retain-daily>90</performance-metering-retain-daily>
  <last-startup>2017-11-10T17:28:13.487467-08:00</last-startup>
  <version>9.0-20171107</version>
  <effective-version>9000400</effective-version>
  <software-version>9000400</software-version>
  <os-version>Linux 3.10.0-327.4.5.el7.x86_64 (Red Hat Enterprise Linux Server release 7.2 (Maipo))</os-version>
  <converters-version>9.0-4</converters-version>
  <host-mode>normal</host-mode>
  <host-mode-description/>
  <architecture>x86_64</architecture>
  <platform>linux</platform>
  <license-key/>
  <licensee/>
  <license-key-cpus>0</license-key-cpus>
  <license-key-cores>0</license-key-cores>
  <license-key-size>0</license-key-size>
  <license-key-options>
    <license-key-option>English</license-key-option>
  </license-key-options>
  <pre-release-expires>2018-02-05T01:43:29-08:00</pre-release-expires>
  <edition>Essential Enterprise</edition>
  <environment>developer</environment>
  <cpus>1</cpus>
  <cores>2</cores>
  <core-threads>2</core-threads>
  <total-cpu-stat-user>7.11657</total-cpu-stat-user>
  <total-cpu-stat-nice>0.0083626</total-cpu-stat-nice>
  <total-cpu-stat-system>0.367955</total-cpu-stat-system>
  <total-cpu-stat-idle>92.2813</total-cpu-stat-idle>
  <total-cpu-stat-iowait>0.209065</total-cpu-stat-iowait>
  <total-cpu-stat-irq>0</total-cpu-stat-irq>
  <total-cpu-stat-softirq>0.0083626</total-cpu-stat-softirq>
  <total-cpu-stat-steal>0.0083626</total-cpu-stat-steal>
  <total-cpu-stat-guest>0</total-cpu-stat-guest>
  <total-cpu-stat-guest-nice>0</total-cpu-stat-guest-nice>
  <memory-process-size>56193</memory-process-size>
  <memory-process-rss>36283</memory-process-rss>
  <memory-process-anon>33061</memory-process-anon>
  <memory-process-rss-hwm>36283</memory-process-rss-hwm>
  <memory-process-swap-size>0</memory-process-swap-size>
  <memory-process-huge-pages-size>0</memory-process-huge-pages-size>
  <memory-system-total>64333</memory-system-total>
  <memory-system-free>1823</memory-system-free>
  <memory-system-pagein-rate>0</memory-system-pagein-rate>
  <memory-system-pageout-rate>443.883</memory-system-pageout-rate>
  <memory-system-swapin-rate>0</memory-system-swapin-rate>
  <memory-system-swapout-rate>0</memory-system-swapout-rate>
  <memory-size>65536</memory-size>
  <memory-file-size>19749</memory-file-size>
  <memory-forest-size>23358</memory-forest-size>
  <memory-unclosed-size>0</memory-unclosed-size>
  <memory-cache-size>14830</memory-cache-size>
  <memory-registry-size>1</memory-registry-size>
  <memory-join-size>3190</memory-join-size>
  <host-size>144382</host-size>
  <host-large-data-size>0</host-large-data-size>
  <log-device-space>2201877</log-device-space>
  <data-dir-space>2201877</data-dir-space>
  <config-file-timestamps>
    <groups-timestamp>15100971420126390</groups-timestamp>
    <hosts-timestamp>15100960196086510</hosts-timestamp>
    <databases-timestamp>15100967861496740</databases-timestamp>
    <assignments-timestamp>15100967789608320</assignments-timestamp>
    <tokenizer-timestamp>0</tokenizer-timestamp>
    <mimetypes-timestamp>0</mimetypes-timestamp>
  </config-file-timestamps>
  <http-servers>
    <http-server>
      <http-server-id>12822528143234461636</http-server-id>
      <port>8009</port>
      <webDAV>false</webDAV>
    </http-server>
    <http-server>
      <http-server-id>1121943410553840519</http-server-id>
      <port>8002</port>
      <webDAV>false</webDAV>
    </http-server>
    <http-server>
      <http-server-id>5078523763460022581</http-server-id>
      <port>8008</port>
      <webDAV>false</webDAV>
    </http-server>
    <http-server>
      <http-server-id>11023473990212849141</http-server-id>
      <port>8001</port>
      <webDAV>false</webDAV>
    </http-server>
    <http-server>
      <http-server-id>1286398711478654471</http-server-id>
      <port>8003</port>
      <webDAV>false</webDAV>
    </http-server>
    <http-server>
      <http-server-id>10685799440368759035</http-server-id>
      <port>7997</port>
      <webDAV>false</webDAV>
    </http-server>
    <http-server>
      <http-server-id>18226655600726107841</http-server-id>
      <port>8000</port>
      <webDAV>false</webDAV>
    </http-server>
  </http-servers>
  <xdbc-servers/>
  <odbc-servers/>
  <task-server>
    <task-server-id>13196790179928447953</task-server-id>
  </task-server>
  <assignments>
    <assignment>
      <forest-name>Documents</forest-name>
      <forest-id>4239838981215574051</forest-id>
      <host-id>4085572759432954311</host-id>
    </assignment>
    <assignment>
      <forest-name>App-Services</forest-name>
      <forest-id>15345731627272000339</forest-id>
      <host-id>4085572759432954311</host-id>
    </assignment>
    <assignment>
      <forest-name>Triggers</forest-name>
      <forest-id>17382220451822022492</forest-id>
      <host-id>4085572759432954311</host-id>
    </assignment>
    <assignment>
      <forest-name>OpsDirector-1</forest-name>
      <forest-id>13455432679337797727</forest-id>
      <host-id>4085572759432954311</host-id>
    </assignment>
    <assignment>
      <forest-name>Fab</forest-name>
      <forest-id>7699747605762304543</forest-id>
      <host-id>4085572759432954311</host-id>
    </assignment>
    <assignment>
      <forest-name>Modules</forest-name>
      <forest-id>7053508655703491157</forest-id>
      <host-id>4085572759432954311</host-id>
    </assignment>
    <assignment>
      <forest-name>Security</forest-name>
      <forest-id>13229527886916569961</forest-id>
      <host-id>4085572759432954311</host-id>
    </assignment>
    <assignment>
      <forest-name>Extensions</forest-name>
      <forest-id>12910059319482156324</forest-id>
      <host-id>4085572759432954311</host-id>
    </assignment>
    <assignment>
      <forest-name>Last-Login</forest-name>
      <forest-id>10471487239899418477</forest-id>
      <host-id>4085572759432954311</host-id>
    </assignment>
    <assignment>
      <forest-name>Meters</forest-name>
      <forest-id>11904294896473497471</forest-id>
      <host-id>4085572759432954311</host-id>
    </assignment>
    <assignment>
      <forest-name>Schemas</forest-name>
      <forest-id>6771691731658160035</forest-id>
      <host-id>4085572759432954311</host-id>
    </assignment>
    <assignment>
      <forest-name>OpsDirector-2</forest-name>
      <forest-id>6267645658628944817</forest-id>
      <host-id>4085572759432954311</host-id>
    </assignment>
  </assignments>
  <hosts>
    <host>
      <host-id>4085572759432954311</host-id>
      <host-name>engrlab-130-234.engrlab.marklogic.com</host-name>
      <connect-port>7999</connect-port>
      <online>true</online>
      <secure>false</secure>
    </host>
  </hosts>
  <transactions>
    <transaction>
      <transaction-id>12182946210591614111</transaction-id>
      <host-id>4085572759432954311</host-id>
      <server-id>18226655600726107841</server-id>
      <transaction-name/>
      <transaction-mode>query</transaction-mode>
      <transaction-timestamp>15109409436054590</transaction-timestamp>
      <transaction-state>active</transaction-state>
      <database-id>14941551758299859725</database-id>
      <canceled>false</canceled>
      <start-time>2017-11-17T09:49:05-08:00</start-time>
      <time-limit>600</time-limit>
      <max-time-limit>3600</max-time-limit>
      <join-size>0</join-size>
      <join-size-strings>0</join-size-strings>
      <user>7071164303237443533</user>
      <admin>true</admin>
    </transaction>
    <transaction>
      <transaction-id>4138644243492626532</transaction-id>
      <host-id>4085572759432954311</host-id>
      <server-id>18226655600726107841</server-id>
      <transaction-name/>
      <transaction-mode>query</transaction-mode>
      <transaction-timestamp>15109409436054590</transaction-timestamp>
      <transaction-state>active</transaction-state>
      <database-id>8741033773445629119</database-id>
      <canceled>false</canceled>
      <start-time>2017-11-17T09:49:05-08:00</start-time>
      <time-limit>600</time-limit>
      <max-time-limit>3600</max-time-limit>
      <join-size>0</join-size>
      <join-size-strings>0</join-size-strings>
      <user>7071164303237443533</user>
      <admin>true</admin>
    </transaction>
  </transactions>
  <backup-jobs/>
  <restore-jobs/>
  <native-plugins/>
  <query-read-bytes>59305472</query-read-bytes>
  <query-read-time>PT0.255131S</query-read-time>
  <query-read-rate>0.00266336</query-read-rate>
  <query-read-load>0</query-read-load>
  <journal-write-bytes>12580590240</journal-write-bytes>
  <journal-write-time>PT4M51.515096S</journal-write-time>
  <journal-write-rate>0.5734316</journal-write-rate>
  <journal-write-load>0</journal-write-load>
  <save-write-bytes>3729918931</save-write-bytes>
  <save-write-time>PT48.463044S</save-write-time>
  <save-write-rate>0</save-write-rate>
  <save-write-load>0</save-write-load>
  <merge-read-bytes>6308755584</merge-read-bytes>
  <merge-read-time>PT7.519165S</merge-read-time>
  <merge-read-rate>0</merge-read-rate>
  <merge-read-load>0</merge-read-load>
  <merge-write-bytes>10506325617</merge-write-bytes>
  <merge-write-time>PT1M5.113213S</merge-write-time>
  <merge-write-rate>0</merge-write-rate>
  <merge-write-load>0</merge-write-load>
  <backup-read-bytes>0</backup-read-bytes>
  <backup-read-time>PT0S</backup-read-time>
  <backup-read-rate>0</backup-read-rate>
  <backup-read-load>0</backup-read-load>
  <backup-write-bytes>0</backup-write-bytes>
  <backup-write-time>PT0S</backup-write-time>
  <backup-write-rate>0</backup-write-rate>
  <backup-write-load>0</backup-write-load>
  <restore-read-bytes>0</restore-read-bytes>
  <restore-read-time>PT0S</restore-read-time>
  <restore-read-rate>0</restore-read-rate>
  <restore-read-load>0</restore-read-load>
  <restore-write-bytes>0</restore-write-bytes>
  <restore-write-time>PT0S</restore-write-time>
  <restore-write-rate>0</restore-write-rate>
  <restore-write-load>0</restore-write-load>
  <large-read-bytes>0</large-read-bytes>
  <large-read-time>PT0S</large-read-time>
  <large-read-rate>0</large-read-rate>
  <large-read-load>0</large-read-load>
  <large-write-bytes>0</large-write-bytes>
  <large-write-time>PT0S</large-write-time>
  <large-write-rate>0</large-write-rate>
  <large-write-load>0</large-write-load>
  <external-binary-read-bytes>0</external-binary-read-bytes>
  <external-binary-read-time>PT0S</external-binary-read-time>
  <external-binary-read-rate>0</external-binary-read-rate>
  <external-binary-read-load>0</external-binary-read-load>
  <webDAV-server-receive-bytes>0</webDAV-server-receive-bytes>
  <webDAV-server-receive-time>PT0S</webDAV-server-receive-time>
  <webDAV-server-receive-rate>0</webDAV-server-receive-rate>
  <webDAV-server-receive-load>0</webDAV-server-receive-load>
  <webDAV-server-send-bytes>0</webDAV-server-send-bytes>
  <webDAV-server-send-time>PT0S</webDAV-server-send-time>
  <webDAV-server-send-rate>0</webDAV-server-send-rate>
  <webDAV-server-send-load>0</webDAV-server-send-load>
  <http-server-receive-bytes>161432668</http-server-receive-bytes>
  <http-server-receive-time>PT20.616955S</http-server-receive-time>
  <http-server-receive-rate>0.04341966</http-server-receive-rate>
  <http-server-receive-load>0</http-server-receive-load>
  <http-server-send-bytes>0</http-server-send-bytes>
  <http-server-send-time>PT0S</http-server-send-time>
  <http-server-send-rate>0</http-server-send-rate>
  <http-server-send-load>0</http-server-send-load>
  <xdbc-server-receive-bytes>0</xdbc-server-receive-bytes>
  <xdbc-server-receive-time>PT0S</xdbc-server-receive-time>
  <xdbc-server-receive-rate>0</xdbc-server-receive-rate>
  <xdbc-server-receive-load>0</xdbc-server-receive-load>
  <xdbc-server-send-bytes>0</xdbc-server-send-bytes>
  <xdbc-server-send-time>PT0S</xdbc-server-send-time>
  <xdbc-server-send-rate>0</xdbc-server-send-rate>
  <xdbc-server-send-load>0</xdbc-server-send-load>
  <odbc-server-receive-bytes>0</odbc-server-receive-bytes>
  <odbc-server-receive-time>PT0S</odbc-server-receive-time>
  <odbc-server-receive-rate>0</odbc-server-receive-rate>
  <odbc-server-receive-load>0</odbc-server-receive-load>
  <odbc-server-send-bytes>0</odbc-server-send-bytes>
  <odbc-server-send-time>PT0S</odbc-server-send-time>
  <odbc-server-send-rate>0</odbc-server-send-rate>
  <odbc-server-send-load>0</odbc-server-send-load>
  <xdqp-client-receive-bytes>0</xdqp-client-receive-bytes>
  <xdqp-client-receive-time>PT0S</xdqp-client-receive-time>
  <xdqp-client-receive-rate>0</xdqp-client-receive-rate>
  <xdqp-client-receive-load>0</xdqp-client-receive-load>
  <xdqp-client-send-bytes>0</xdqp-client-send-bytes>
  <xdqp-client-send-time>PT0S</xdqp-client-send-time>
  <xdqp-client-send-rate>0</xdqp-client-send-rate>
  <xdqp-client-send-load>0</xdqp-client-send-load>
  <xdqp-server-receive-bytes>0</xdqp-server-receive-bytes>
  <xdqp-server-receive-time>PT0S</xdqp-server-receive-time>
  <xdqp-server-receive-rate>0</xdqp-server-receive-rate>
  <xdqp-server-receive-load>0</xdqp-server-receive-load>
  <xdqp-server-send-bytes>0</xdqp-server-send-bytes>
  <xdqp-server-send-time>PT0S</xdqp-server-send-time>
  <xdqp-server-send-rate>0</xdqp-server-send-rate>
  <xdqp-server-send-load>0</xdqp-server-send-load>
  <foreign-xdqp-client-receive-bytes>0</foreign-xdqp-client-receive-bytes>
  <foreign-xdqp-client-receive-time>PT0S</foreign-xdqp-client-receive-time>
  <foreign-xdqp-client-receive-rate>0</foreign-xdqp-client-receive-rate>
  <foreign-xdqp-client-receive-load>0</foreign-xdqp-client-receive-load>
  <foreign-xdqp-client-send-bytes>0</foreign-xdqp-client-send-bytes>
  <foreign-xdqp-client-send-time>PT0S</foreign-xdqp-client-send-time>
  <foreign-xdqp-client-send-rate>0</foreign-xdqp-client-send-rate>
  <foreign-xdqp-client-send-load>0</foreign-xdqp-client-send-load>
  <foreign-xdqp-server-receive-bytes>0</foreign-xdqp-server-receive-bytes>
  <foreign-xdqp-server-receive-time>PT0S</foreign-xdqp-server-receive-time>
  <foreign-xdqp-server-receive-rate>0</foreign-xdqp-server-receive-rate>
  <foreign-xdqp-server-receive-load>0</foreign-xdqp-server-receive-load>
  <foreign-xdqp-server-send-bytes>0</foreign-xdqp-server-send-bytes>
  <foreign-xdqp-server-send-time>PT0S</foreign-xdqp-server-send-time>
  <foreign-xdqp-server-send-rate>0</foreign-xdqp-server-send-rate>
  <foreign-xdqp-server-send-load>0</foreign-xdqp-server-send-load>
  <read-lock-count>2231497</read-lock-count>
  <read-lock-wait-time>PT4.969228S</read-lock-wait-time>
  <read-lock-hold-time>P10DT15H2M4.3654596S</read-lock-hold-time>
  <read-lock-rate>12.21794</read-lock-rate>
  <read-lock-wait-load>0</read-lock-wait-load>
  <read-lock-hold-load>5.186479</read-lock-hold-load>
  <write-lock-count>557532</write-lock-count>
  <write-lock-wait-time>PT0.903263S</write-lock-wait-time>
  <write-lock-hold-time>P2DT9H22M48.3008447S</write-lock-hold-time>
  <write-lock-rate>3.242629</write-lock-rate>
  <write-lock-wait-load>0</write-lock-wait-load>
  <write-lock-hold-load>1.335788</write-lock-hold-load>
  <deadlock-count>0</deadlock-count>
  <deadlock-wait-time>PT0S</deadlock-wait-time>
  <deadlock-rate>0</deadlock-rate>
  <deadlock-wait-load>0</deadlock-wait-load>
  <external-kms-request-rate>0</external-kms-request-rate>
  <external-kms-request-time>0</external-kms-request-time>
  <current-external-kms-host>safenet150v-3.marklogic.com</current-external-kms-host>
</host-status>

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.