[#CConnman-GetNodeStats] = xref:CConnman.adoc[CConnman]::GetNodeStats :relfileprefix: ../ :mrdocs: Collect per‐peer statistics into the given vector. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff36f7822c8), requires_capability(0x7ff36f468b38), requires_capability(0x7ff37f4080f8), requires_capability(0x7ff377564ec8), requires_capability(0x7ff37b6a03c8), requires_capability(0x7ff37e1c7ff8), requires_capability(0x7ff379a7e548), requires_capability(0x7ff36f4a5588), requires_capability(0x7ff37bc161e8), requires_capability(0x7ff3814a61b8), requires_capability(0x7ff3666cd238)]] void GetNodeStats(std::vector<CNodeStats>& vstats) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *vstats* | the vector to fill with per‐peer statistics. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#