Softnet Statistics
Plugin: proc.plugin Module: /proc/net/softnet_stat
Overview
/proc/net/softnet_stat
provides statistics that relate to the handling of network packets by softirq.
It provides information about:
- Total number of processed packets (
processed
). - Times ksoftirq ran out of quota (
dropped
). - Times net_rx_action was rescheduled.
- Number of times processed all lists before quota.
- Number of times did not process all lists due to quota.
- Number of times net_rx_action was rescheduled for GRO (Generic Receive Offload) cells.
- Number of times GRO cells were processed.
Monitoring the /proc/net/softnet_stat file can be useful for:
-
Network performance monitoring: By tracking the total number of processed packets and how many packets were dropped, you can gain insights into your system's network performance.
-
Troubleshooting: If you're experiencing network-related issues, this collector can provide valuable clues. For instance, a high number of dropped packets may indicate a network problem.
-
Capacity planning: If your system is consistently processing near its maximum capacity of network packets, it might be time to consider upgrading your network infrastructure.
This collector is supported on all platforms.
This collector supports collecting metrics from multiple instances of this integration, including remote instances.
Default Behavior
Auto-Detection
This integration doesn't support auto-detection.