yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
165 stars 17 forks source link

Show metrics for the logger via yanet-cli #148

Closed saushew closed 3 months ago

saushew commented 3 months ago

This PR adds 2 new values for the yanet-cli telegraf unsafe command. log_packets — shows the number of successfully logged packets; log_drops — shows the number of packets that failed to be logged due to ring buffer overflow.

saushew commented 3 months ago

Closes #147