This resource address returns more status information for the App Servers in the
cluster including active/long running query details.
Upon success, MarkLogic Server returns status code 200 (OK). The response body
contains the requested data.
server-idThe server id.
server-nameThe server name.
host-idThe unique key of the host
errorThe error in processing server status.
server-kindThe kind of application server
enabledThe server is enabled.
portThe server socket bind internet port number.
rootThe root document directory pathname.
modulesThe ID of the database that contains application modules. If on the file-system, then 0.
databaseThe ID of the content database when applicable. In some cases, this is a forest ID or a random number (when neither a database ID nor a forest ID is available).
ssl-certificate-template
The certificate template.
last-loginThe ID of the last login database.
display-last-loginWhether an appserver should display last-login information.
addressThe server socket bind numeric internet address.
backlogThe socket listen backlog.
threadsThe current number of active applicatiton server threads.
max-threadsThe maximum number of application server threads allowed on each host in the group.
request-timeoutThe request socket recv timeout, in seconds.
keep-alive-timeoutThe keep-alive socket recv timeout, in seconds.
session-timeoutThe session expiration timeout, in seconds.
static-expiresThe static content expiration interval, in seconds.
max-time-limitThe upper bound for a request's time limit, in seconds.
default-time-limitThe default time limit for a request, in seconds.
max-inference-sizeThe upper bound for a request's inference size, in megabytes.
default-inference-sizeThe default inference size for a request, in megabytes.
collation
The default collation for queries.
multi-version-concurrency-controldistribute-timestampsauthenticationThe authentication scheme to use for this server
default-userThe user used as the default user in application level authentication. Using the admin user as the default
user is equivalent to turning security off.
privilegeThe privilege restricting access to the server.
concurrent-request-limitThe concurrent request limit.
default-xquery-version
An application server's default XQuery language version.
current-timeThe current time.
request-statusesThe requests being processed by the server.
This is a complex structure with the following children:
request-statusThe request being processed by the server.
This is a complex structure with the following children:
request-idA unique id for a request.
server-idThe server id.
host-idThe unique key of the host
transaction-idThe unique key of the transaction
canceledHas this request been canceled.
modulesThe ID of the database that contains application modules. If on the file-system, then 0.
databaseThe ID of the content database when applicable. In some cases, this is a forest ID or a random number (when neither a database ID nor a forest ID is available).
rootThe root document directory pathname.
request-kindThe kind of request (for example, invoke, eval).
request-textThe request text.
request-rewritten-textThe rewritten request text.
updateSpecifies if this request an update (true for update requests).
start-timeThe time the operation started.
time-limitThe request's time limit, in seconds.
max-time-limitThe upper bound for a request's time limit, in seconds.
lock-countThe request's current limit on combined count for the
number of times a read or a write lock was acquired.
read-sizeThe request's current limit on combined size read from
disk (listSize+compressedTreeSize), in bytes.
userThe unique ID of the user executing the request.
client-addressThe network address of a client
trigger-depthThe maximum depth of trigger invocation.
expanded-tree-cache-hitsThe number of hits on the expanded cache.
expanded-tree-cache-missesThe number of misses on the expanded cache.
request-stateThe state of a request
profiling-allowedIs profiling allowed for this request.
profiling-enabledIs profiling currently enabled for this request.
debugging-allowedIs debugging allowed for this request.
debugging-statusThe debugging status of the request.
retry-countThe number of retries on the request.
expr-idThe expression id.
where-stoppedWhere the request is stopped.
request-rateThe rate of a request (requests/sec).
queue-sizeThe number of tasks in the server queue.
queue-limitThe maximum number size of the queue.
expanded-tree-cache-hitsThe number of hits on the expanded cache.
expanded-tree-cache-missesThe number of misses on the expanded cache.
expanded-tree-cache-hit-rateThe average number of hits on the expanded cache.
expanded-tree-cache-miss-rateThe average number of misses on the expanded cache.
fs-program-cache-hitsThe number of hits on the filesystem program cache.
fs-program-cache-missesThe number of misses on the filesystem program cache.
db-program-cache-hitsThe number of hits on the database program cache.
db-program-cache-missesThe number of misses on the database program cache.
env-program-cache-hitsThe number of hits on the XSLT environment program cache.
env-program-cache-missesThe number of misses on the XSLT environment program cache.
fs-main-module-seq-cache-hitsThe number of hits on the filesystem main module sequence cache.
fs-main-module-seq-cache-missesThe number of misses on the filesystem main module sequence cache.
db-main-module-seq-cache-hitsThe number of hits on the database main module sequence cache.
db-main-module-seq-cache-missesThe number of misses on the database main module sequence cache.
fs-lib-module-cache-hitsThe number of hits on the filesystem library module cache.
fs-lib-module-cache-missesThe number of misses on the filesystem library module cache.
db-lib-module-cache-hitsThe number of hits on the database library module cache.
db-lib-module-cache-missesThe number of misses on the database library module cache.
fs-schema-cache-hitsThe number of hits on the filesystem schema cache.
fs-schema-cache-missesThe number of misses on the filesystem schema cache.
db-schema-cache-hitsThe number of hits on the database schema cache.
db-schema-cache-missesThe number of misses on the database schema cache.
env-schema-cache-hitsThe number of hits on the environment schema cache.
env-schema-cache-missesThe number of misses on the environment schema cache.
temporary-file-read-bytes
The total number of bytes read from temporary files for example for external sort and join.
temporary-file-write-bytes
The total number of bytes written to temporary files for example for external sort and join.
hosts
The host's view of all other hosts in the cluster.
This is a complex structure with the following children:
host
The host connection information.
This is a complex structure with the following children:
host-name
The internet host name.
round-trip-count
The total of round-trip communications between the App Server
host and this host. A round trip is the completion of a
request sent from the App Server host to another host in the
cluster.
round-trip-time
The total time (as xs:dayTimeDuration) to complete the round
trips from the App Server to this host.
round-trip-rate
The moving average data throughput of sending a request and receiving
result in a round trip, in megabytes per second.
round-trip-load
Time threads spent in sending a request and receiving results in
round-trips, in proportion to the elapsed time.
output-sgml-character-entities
The character entities to use during output.
output-encoding
The output encoding of the App Server.
default-error-format
The default error format for protocol errors. One of html,xml,json,compatiable
error-handler
The error handler used, if any.
url-rewriter
The url rewriter used, if any.
request-time
1 minute average of request time for this server.
server-receive-bytes
The number of bytes received over the network.
server-receive-time
The time (as xs:dayTimeDuration) to receive over the network.
server-receive-rate
The moving average of incoming network throughput, in megabytes per
second.
server-receive-load
Network time threads spent receiving data, in proportion to the elapsed
time.
server-send-bytes
The number of bytes sent over the network.
server-send-time
The time (as xs:dayTimeDuration) to send over the network.
server-send-rate
The moving average of outgoing network throughput, in megabytes per
second.
server-send-load
Network time threads spent sending data, in proportion to the elapsed
time.