This resource address returns a status summary for the local cluster.
URL Parameters | |
---|---|
format | The format of the returned data. Can be either
html , json , or xml (default). This value overrides
the Accept header if both are present. |
Request Headers | |
---|---|
Accept | The expected MIME type of the response. If the
format parameter is present, it takes precedence over the Accept header. |
Upon success, MarkLogic Server returns status code 200 (OK). The response body contains the requested data.
manage-user
role, or the following
privilege: http://marklogic.com/xdmp/privileges/manage
The structure of the output returned from this REST API is as follows:
id
name
version
effective-version
role
meta
This is a complex structure with the following children:
uri
current-time
elapsed-time
start-min
view-error
This is a complex structure with the following children:
error-type
error-name
error-code
error-message
status-relations
This is a complex structure with the following children:
hosts-status
This is a complex structure with the following children:
uriref
typeref
hosts-status-summary
This is a complex structure with the following children:
total-hosts
total-hosts-offline
total-cpu-stat-system
total-cpu-stat-user
memory-process-rss
memory-size
memory-system-total
memory-process-huge-pages-size
memory-system-free
load-properties
This is a complex structure with the following children:
total-load
load-detail
This is a complex structure with the following children:
query-read-load
journal-write-load
save-write-load
merge-read-load
merge-write-load
backup-read-load
backup-write-load
restore-read-load
restore-write-load
large-read-load
large-write-load
external-binary-read-load
xdqp-client-receive-load
xdqp-client-send-load
xdqp-server-receive-load
xdqp-server-send-load
foreign-xdqp-client-receive-load
foreign-xdqp-client-send-load
foreign-xdqp-server-receive-load
foreign-xdqp-server-send-load
read-lock-wait-load
read-lock-hold-load
write-lock-wait-load
write-lock-hold-load
deadlock-wait-load
rate-properties
This is a complex structure with the following children:
total-rate
rate-detail
This is a complex structure with the following children:
memory-process-swap-rate
memory-system-pagein-rate
memory-system-pageout-rate
memory-system-swapin-rate
memory-system-swapout-rate
query-read-rate
journal-write-rate
save-write-rate
merge-read-rate
merge-write-rate
backup-read-rate
backup-write-rate
restore-read-rate
restore-write-rate
large-read-rate
large-write-rate
external-binary-read-rate
xdqp-client-receive-rate
xdqp-client-send-rate
xdqp-server-receive-rate
xdqp-server-send-rate
foreign-xdqp-client-receive-rate
foreign-xdqp-client-send-rate
foreign-xdqp-server-receive-rate
foreign-xdqp-server-send-rate
read-lock-rate
write-lock-rate
deadlock-rate
servers-status
This is a complex structure with the following children:
uriref
typeref
servers-status-summary
This is a complex structure with the following children:
request-rate
expanded-tree-cache-miss-rate
expanded-tree-cache-hit-rate
request-count
forests-status
This is a complex structure with the following children:
uriref
typeref
forests-status-summary
This is a complex structure with the following children:
total-forests
state-not-open
max-stands-per-forest
merge-count
backup-count
restore-count
min-capacity
cache-properties
This is a complex structure with the following children:
list-cache-hit-rate
list-cache-miss-rate
triple-cache-hit-rate
triple-cache-miss-rate
triple-value-cache-hit-rate
triple-value-cache-miss-rate
compressed-tree-cache-hit-rate
compressed-tree-cache-miss-rate
list-cache-ratio
triple-cache-ratio
triple-value-cache-ratio
compressed-tree-cache-ratio
large-binary-cache-hit-rate
large-binary-cache-miss-rate
requests-status
This is a complex structure with the following children:
uriref
typeref
requests-status-summary
This is a complex structure with the following children:
specified-seconds-min
max-seconds
ninetieth-percentile-seconds
median-seconds
mean-seconds
standard-dev-seconds
min-seconds
total-requests
update-count
query-count
transactions-status
This is a complex structure with the following children:
uriref
typeref
transactions-status-summary
This is a complex structure with the following children:
specified-seconds-min
max-seconds
ninetieth-percentile-seconds
median-seconds
mean-seconds
standard-dev-seconds
min-seconds
total-transactions
related-views
This is a complex structure with the following children:
related-view
This is a complex structure with the following children:
view-type
view-name
view-uri
http://localhost:8002/manage/v2?view=status ==> Returns a status summary information for the local cluster.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.