The following is an example response to the ``status-get`` command, including
the HA status of two ``load-balancing`` servers:
-::
+.. code-block:: json
{
"result": 0,
"multi-threading-enabled": true,
"thread-pool-size": 4,
"packet-queue-size": 64,
- "packet-queue-statistics": [ 0.2, 0.1, 0.1 ]
+ "packet-queue-statistics": [ 0.2, 0.1, 0.1 ],
+ "sockets": {
+ "status": "ready"
+ }
}
}
" \"multi-threading-enabled\": true,",
" \"thread-pool-size\": 4,",
" \"packet-queue-size\": 64,",
- " \"packet-queue-statistics\": [ 1.2, 2.3, 3.4 ]",
+ " \"packet-queue-statistics\": [ 1.2, 2.3, 3.4 ],",
+ " \"sockets\": {",
+ " \"errors\": [",
+ " <error received during the last attempt to open all sockets>",
+ " ]",
+ " \"status\": <ready, retrying, or failed>",
+ " }",
" }",
"}"
],