[#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(0x7f950f5ff568), requires_capability(0x7f950ed87d98), requires_capability(0x7f950b490008), requires_capability(0x7f95034d2c28), requires_capability(0x7f950e20fff8), requires_capability(0x7f9527747c98), requires_capability(0x7f950c324e28), requires_capability(0x7f950c240a58), requires_capability(0x7f95018ba208), requires_capability(0x7f950bd920b8), requires_capability(0x7f95065c97b8)]] 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]#