{
  "type": "module",
  "source": "doc/api/api-clientstats.md",
  "modules": [
    {
      "textRaw": "Class: ClientStats",
      "name": "class:_clientstats",
      "type": "module",
      "desc": "<p>Stats for a <a href=\"/docs/docs/api/Client.html\">Client</a>.</p>",
      "signatures": [
        {
          "textRaw": "`new ClientStats(client)`",
          "name": "ClientStats",
          "type": "ctor",
          "params": [
            {
              "name": "client"
            }
          ],
          "desc": "<p>Arguments:</p>\n<ul>\n<li><strong>client</strong> <code>Client</code> - Client from which to return stats.</li>\n</ul>"
        }
      ],
      "modules": [
        {
          "textRaw": "Instance Properties",
          "name": "instance_properties",
          "type": "module",
          "properties": [
            {
              "textRaw": "`ClientStats.connected`",
              "name": "connected",
              "type": "property",
              "desc": "<p>Boolean if socket as open connection by this client.</p>"
            },
            {
              "textRaw": "`ClientStats.pending`",
              "name": "pending",
              "type": "property",
              "desc": "<p>Number of pending requests of this client.</p>"
            },
            {
              "textRaw": "`ClientStats.running`",
              "name": "running",
              "type": "property",
              "desc": "<p>Number of currently active requests across this client.</p>"
            },
            {
              "textRaw": "`ClientStats.size`",
              "name": "size",
              "type": "property",
              "desc": "<p>Number of active, pending, or queued requests of this clients.</p>"
            }
          ],
          "displayName": "Instance Properties"
        }
      ],
      "displayName": "Class: ClientStats"
    }
  ]
}