rcbops / rpc-maas

Ansible playbooks for deploying Rackspace Monitoring-as-a-Service within Openstack Environments
Apache License 2.0
32 stars 68 forks source link

Add functionality for monitoring softnet stats #682

Closed npawelek closed 5 years ago

npawelek commented 5 years ago

If a softnet backlog is full, it will silently drop packets without any logged indication of it happening. The second column of /proc/net/softnet_stats will increment on a per-CPU basis. This functionality simply sums these values. The threshold has been configured as 0 because any value for these indicates that the kernel must be tuned accordingly.

Closes #677

Signed-off-by: Nathan Pawelek nathan.pawelek@rackspace.com