<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/xdmp.serverStatus.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>xdmp.serverStatus</api:function-name><api:suggest>xdmp.serverstatus</api:suggest><api:suggest>xdmp</api:suggest><api:suggest>serverstatus</api:suggest><api:function-link mode="xquery" fullname="xdmp:server-status">/apidoc/8.0/xdmp:server-status.xml</api:function-link><api:function mode="javascript" name="serverStatus" type="builtin" lib="xdmp" category="Server Monitoring" hidden="false" bucket="MarkLogic Built-In Functions" prefix="xdmp" namespace="http://marklogic.com/xdmp" fullname="xdmp.serverStatus"><api:summary>
  Returns the status of an app-server on a host<span class="javascript" xmlns="http://www.w3.org/1999/xhtml"> as a ValueIterator of ObjectNodes</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:param name="server-id" type="xs:unsignedLong*"><api:param-description>
    One or more server IDs (HTTP, XDBC, ODBC, webDAV, or Task).
  </api:param-description><api:param-name>server-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="server-status.xsd" camel-case="true">
<api:schema-info><api:element><api:element-name>serverId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The server id.</xs:documentation></api:element-description></api:element><api:element><api:element-name>serverName</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The server 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 key of the 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 server status.</xs:documentation></api:element-description></api:element><api:element><api:element-name>serverKind</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The kind of server</xs:documentation></api:element-description></api:element><api:element><api:element-name>enabled</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The server is enabled.</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>root</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The root document directory pathname.</xs:documentation></api:element-description></api:element><api:element><api:element-name>modules</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The ID of the database that contains application modules. If on the file-system, then 0.</xs:documentation></api:element-description></api:element><api:element><api:element-name>database</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The 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).</xs:documentation></api:element-description></api:element><api:element><api:element-name>lastLogin</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The ID of the last login database.</xs:documentation></api:element-description></api:element><api:element><api:element-name>displayLastLogin</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">Whether an appserver should display last-login information.</xs:documentation></api:element-description></api:element><api:element><api:element-name>address</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The server socket bind numeric internet address.</xs:documentation></api:element-description></api:element><api:element><api:element-name>backlog</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The socket listen backlog.</xs:documentation></api:element-description></api:element><api:element><api:element-name>threads</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The maximum number of server threads allowed.</xs:documentation></api:element-description></api:element><api:element><api:element-name>maxThreads</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The maximum number of server threads allowed.</xs:documentation></api:element-description></api:element><api:element><api:element-name>requestTimeout</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The request socket recv timeout, in seconds.</xs:documentation></api:element-description></api:element><api:element><api:element-name>keepAliveTimeout</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The keep-alive socket recv timeout, in seconds.</xs:documentation></api:element-description></api:element><api:element><api:element-name>sessionTimeout</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The session expiration timeout, in seconds.</xs:documentation></api:element-description></api:element><api:element><api:element-name>staticExpires</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The static content expiration interval, 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 request's time limit, in seconds.</xs:documentation></api:element-description></api:element><api:element><api:element-name>defaultTimeLimit</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The default time limit for a request, in seconds.</xs:documentation></api:element-description></api:element><api:element><api:element-name>maxInferenceSize</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The upper bound for a request's inference size, in megabytes.</xs:documentation></api:element-description></api:element><api:element><api:element-name>defaultInferenceSize</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The default inference size for a request, in megabytes.</xs:documentation></api:element-description></api:element><api:element><api:element-name>multiVersionConcurrencyControl</api:element-name><api:element-description/></api:element><api:element><api:element-name>distributeTimestamps</api:element-name><api:element-description/></api:element><api:element><api:element-name>authentication</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The authentication scheme to use for this server</xs:documentation></api:element-description></api:element><api:element><api:element-name>defaultUser</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The user used as the default user in application level authentication. Using the admin user as the default
      user is equivalent to turning security off.</xs:documentation></api:element-description></api:element><api:element><api:element-name>privilege</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The privilege restricting access to the server.</xs:documentation></api:element-description></api:element><api:element><api:element-name>concurrentRequestLimit</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The concurrent request limit.</xs:documentation></api:element-description></api:element><api:element><api:element-name>defaultXqueryVersion</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        An application server's default XQuery language version.
      </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>requestStatuses</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The requests being processed by the server.</xs:documentation></api:element-description><api:element><api:element-name>requestStatus</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The request being processed by the server.</xs:documentation></api:element-description><api:element><api:element-name>requestId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">A unique id for a request.</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 server id.</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 key of the host</xs:documentation></api:element-description></api:element><api:element><api:element-name>transactionId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The unique key of the transaction</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 request been canceled.</xs:documentation></api:element-description></api:element><api:element><api:element-name>modules</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The ID of the database that contains application modules. If on the file-system, then 0.</xs:documentation></api:element-description></api:element><api:element><api:element-name>database</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The 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).</xs:documentation></api:element-description></api:element><api:element><api:element-name>root</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The root document directory pathname.</xs:documentation></api:element-description></api:element><api:element><api:element-name>requestKind</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The kind of request (for example, invoke, eval).</xs:documentation></api:element-description></api:element><api:element><api:element-name>requestText</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The request text.</xs:documentation></api:element-description></api:element><api:element><api:element-name>requestRewrittenText</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The rewritten request text.</xs:documentation></api:element-description></api:element><api:element><api:element-name>update</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">Specifies if this request an update (true for update requests).</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 request'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 request's time limit, in seconds.</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 request.</xs:documentation></api:element-description></api:element><api:element><api:element-name>clientAddress</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The network address of a client</xs:documentation></api:element-description></api:element><api:element><api:element-name>triggerDepth</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The maximum depth of trigger invocation.</xs:documentation></api:element-description></api:element><api:element><api:element-name>expandedTreeCacheHits</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of hits on the expanded cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>expandedTreeCacheMisses</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of misses on the expanded cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>requestState</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The state of a request</xs:documentation></api:element-description></api:element><api:element><api:element-name>profilingAllowed</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">Is profiling allowed for this request.</xs:documentation></api:element-description></api:element><api:element><api:element-name>profilingEnabled</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">Is profiling currently enabled for this request.</xs:documentation></api:element-description></api:element><api:element><api:element-name>debuggingAllowed</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">Is debugging allowed for this request.</xs:documentation></api:element-description></api:element><api:element><api:element-name>debuggingStatus</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The debugging status of the request.</xs:documentation></api:element-description></api:element><api:element><api:element-name>retryCount</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of retries on the request.</xs:documentation></api:element-description></api:element><api:element><api:element-name>exprId</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The expression id.</xs:documentation></api:element-description></api:element><api:element><api:element-name>whereStopped</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">Where the request is stopped.</xs:documentation></api:element-description></api:element></api:element></api:element><api:element><api:element-name>requestRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The rate of a request (requests/sec).</xs:documentation></api:element-description></api:element><api:element><api:element-name>queueSize</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of tasks in the server queue.</xs:documentation></api:element-description></api:element><api:element><api:element-name>queueLimit</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The maximum number size of the queue.</xs:documentation></api:element-description></api:element><api:element><api:element-name>expandedTreeCacheHits</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of hits on the expanded cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>expandedTreeCacheMisses</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of misses on the expanded cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>expandedTreeCacheHitRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The average number of hits on the expanded cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>expandedTreeCacheMissRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The average number of misses on the expanded cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>fsProgramCacheHits</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of hits on the filesystem program cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>fsProgramCacheMisses</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of misses on the filesystem program cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>dbProgramCacheHits</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of hits on the database program cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>dbProgramCacheMisses</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of misses on the database program cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>envProgramCacheHits</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of hits on the XSLT environment program cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>envProgramCacheMisses</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of misses on the XSLT environment program cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>fsMainModuleSeqCacheHits</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of hits on the filesystem main module sequence cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>fsMainModuleSeqCacheMisses</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of misses on the filesystem main module sequence cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>dbMainModuleSeqCacheHits</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of hits on the database main module sequence cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>dbMainModuleSeqCacheMisses</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of misses on the database main module sequence cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>fsLibModuleCacheHits</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of hits on the filesystem library module cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>fsLibModuleCacheMisses</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of misses on the filesystem library module cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>dbLibModuleCacheHits</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of hits on the database library module cache.</xs:documentation></api:element-description></api:element><api:element><api:element-name>dbLibModuleCacheMisses</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of misses on the database library module cache.</xs:documentation></api:element-description></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>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>roundTripCount</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
	      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.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>roundTripTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
	      The total time (as xs:dayTimeDuration) to complete the round 
	      trips from the App Server to this host.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>roundTripRate</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
	      The moving average of the rate to send round trip data, in 
	      megabytes per second.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>roundTripLoad</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
	      The moving average of the round-trip load on the server, in 
	      seconds per second.  
      </xs:documentation></api:element-description></api:element></api:element></api:element><api:element><api:element-name>outputSgmlCharacterEntities</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The character entities to use during output.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>outputEncoding</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The output encoding of the App Server.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>defaultErrorFormat</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The default error format for protocol errors.  One of html,xml,json,compatiable
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>errorHandler</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The error handler used, if any.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>urlRewriter</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        The url rewriter used, if any.
      </xs:documentation></api:element-description></api:element><api:element><api:element-name>requestTime</api:element-name><api:element-description><xs:documentation xmlns:xs="http://www.w3.org/2001/XMLSchema">
        1 minute average of request time for this server.
      </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.serverStatus(xdmp.host(), xdmp.server("Admin"));
=&gt;
{
 "serverId": "16410760008133871361",
 "serverName": "Admin",
 "hostId": "2485368722774099257",
 "serverKind": "http-server",
 "enabled": true,
 "port": 8001,
 "root": "Admin/",
 "modules": 0,
 "database": "6302398542082263257",
 "lastLogin": 0,
 "displayLastLogin": false,
 "backlog": 256,
 "threads": 1,
 "maxThreads": 32,
 "requestTimeout": 30,
 "keepAliveTimeout": 5,
 "sessionTimeout": 3600,
 "staticExpires": 3600,
 "maxTimeLimit": 10800,
 "defaultTimeLimit": 600,
 "maxInferenceSize": 500,
 "defaultInferenceSize": 100,
 "multiVersionConcurrencyControl": "contemporaneous",
 "distributeTimestamps": "fast",
 "authentication": "digest",
 "defaultUser": "10306463041007996463",
 "privilege": 0,
 "concurrentRequestLimit": 0,
 "defaultXqueryVersion": "0.9-ml",
 "currentTime": "2014-12-17T19:57:46.218358-08:00",
 "requestStatuses":
 [
 ]
 ,
 "requestRate": 0,
 "expandedTreeCacheHits": 4196,
 "expandedTreeCacheMisses": 547,
 "expandedTreeCacheHitRate": 0,
 "expandedTreeCacheMissRate": 0,
 "fsProgramCacheHits": 275,
 "fsProgramCacheMisses": 275,
 "dbProgramCacheHits": 0,
 "dbProgramCacheMisses": 0,
 "envProgramCacheHits": 0,
 "envProgramCacheMisses": 0,
 "fsMainModuleSeqCacheHits": 10,
 "fsMainModuleSeqCacheMisses": 10,
 "dbMainModuleSeqCacheHits": 0,
 "dbMainModuleSeqCacheMisses": 0,
 "fsLibModuleCacheHits": 1167,
 "fsLibModuleCacheMisses": 1167,
 "dbLibModuleCacheHits": 0,
 "dbLibModuleCacheMisses": 0,
 "hosts":
 [
 ]
 ,
 "outputSgmlCharacterEntities": "none",
 "outputEncoding": "UTF-8",
 "errorHandler": "/error-switch.xqy",
 "urlRewriter": "rewriter.xqy",
 "requestTime":
 {
 "value": 0
 }
}

</pre></api:example></api:function></api:function-page>