Expand description
Control query implementations.
Each function takes &Node and returns a serde_json::Value.
Query logic is kept separate from socket handling.
Functions§
- dispatch
- Dispatch a command string to the appropriate query function.
- show_
acl show_acl— Loaded peer ACL state.- show_
bloom show_bloom— Bloom filter state.- show_
cache show_cache— Coordinate cache stats and entries.- show_
connections show_connections— Pending handshakes.- show_
identity_ cache show_identity_cache— Known node identities.- show_
links show_links— Active links.- show_
listening_ sockets show_listening_sockets- IPv6 listeners reachable from fips0, annotated with the currentinet fipsfilter classification.- show_
mmp show_mmp— MMP metrics summary.- show_
peers show_peers— Authenticated peers.- show_
routing show_routing— Routing table summary and node statistics.- show_
sessions show_sessions— End-to-end sessions.- show_
stats_ all_ history show_stats_all_history— Return a series for every tracked metric in one round trip. Intended for the fipstop Graphs tab.- show_
stats_ history show_stats_history— Time-series samples for one metric.- show_
stats_ history_ all_ peers show_stats_history_all_peers— One metric across every tracked peer in one round trip. Backs the fipstop MetricByPeer grid view.- show_
stats_ list show_stats_list— Enumerate available history metrics and their units.- show_
stats_ peers show_stats_peers— Enumerate peers tracked in the stats history with their lifecycle metadata. Used by operator tools to populate peer selectors and to confirm a peer is in the retention window.- show_
status show_status— Node overview.- show_
transports show_transports— Transport instances.- show_
tree show_tree— Spanning tree state.