Agent Status Telemetry
The Agent Status telemetry captures the agent's operational heartbeat, providing a clear snapshot of runtime health. It reports key metrics such as CPU utilization, memory footprint, cache performance, flow table activity, packet throughput, and overall uptime, all in a single, structured record. These metrics give you immediate insight into how the engine performs under current network conditions.
Requirements
- Install and configure the Netify Agent
- Install and configure a Sink Plugin for receiving the telemetry
- Install and configure the Core Plugin and add stream-stats to types
- Source
- Core Plugin
- Plugin Release
- 1.0.20
Optimizations
Time-series analysis transforms these records into actionable insights. Early detection of patterns like abnormal CPU growth or cache lag allows teams to preemptively resolve bottlenecks, preserving high-quality detection and total flow visibility.
Attributes
agent_version
string
build_version
string
cpu_cores
integer
cpu_system
number
cpu_system_prev
number
cpu_user
number
cpu_user_prev
number
dhc_status
boolean
fhc_status
boolean
flow_count
integer
flow_count_prev
integer
flows_active
integer
flows_expired
integer
flows_expiring
integer
flows_in_use
integer
flows_purged
integer
maxrss_kb
integer
maxrss_kb_prev
integer
memrss_kb
integer
memrss_kb_prev
integer
tcm_kb
integer
tcm_kb_prev
integer
timestamp
integer
type
string
update_imf
integer
update_interval
integer
uptime
integer
Agent Status Attributes - Example
{
"agent_version": "5.2.0",
"build_version": "Netify Agent/5.2.0-...",
"cpu_cores": 8,
"cpu_system": 3.148931,
"cpu_system_prev": 3.134846,
"cpu_user": 6.237091,
"cpu_user_prev": 6.206476,
"dhc_status": true,
"fhc_status": true,
"flow_count": 140,
"flow_count_prev": 135,
"flows_active": 55,
"flows_expired": 21,
"flows_expiring": 0,
"flows_in_use": 120,
"flows_purged": 11,
"maxrss_kb": 85504,
"maxrss_kb_prev": 85504,
"memrss_kb": 84508,
"memrss_kb_prev": 84380,
"tcm_kb": 48141,
"tcm_kb_prev": 48076,
"timestamp": 1772661775,
"type": "agent_status",
"update_imf": 1,
"update_interval": 15,
"uptime": 1740
}