master
md 38 lines 2.18 KB
Rendered Raw
1 ### Understand the alert
2
3 This alert is triggered when there are `packet drops` within the last 10 minutes in your system's `Quality of Service` (`QoS`). If you receive this alert, it means your system's `network performance` may be suffering due to dropped packets.
4
5 ### What does packet drops mean?
6
7 Packet drops refer to situations where one or more packets of data traveling across a computer network fail to reach their destination, often caused by network congestion or faulty hardware. Dropped packets can result in poor QoS, including degraded voice and video quality, or even data loss in severe cases.
8
9 ### Troubleshoot the alert
10
11 - Check the network utilization, packet loss, and latency
12
13 You can use the `netdata` dashboard to check the network utilization, packet loss, and latency. This will help you identify if there is any congestion or excessive usage in your network that could be causing the packet drops.
14
15 - Examine the system logs
16
17 Inspect your system logs to identify any potential hardware issues or network-related errors that could be causing the packet drops. You can use tools like `dmesg`, `journalctl`, or check the `/var/log` directory for log files.
18
19 - Check for faulty hardware or misconfigurations
20
21 Inspect your network devices, such as routers, switches, and network interfaces, for any signs of faulty hardware or misconfigurations that could be causing dropped packets.
22
23 - Optimize your network configuration
24
25 Review your network configuration for any settings that could be causing dropped packets, such as improper buffer sizes, incorrect QoS settings, or misconfigured packet handling mechanisms.
26
27 - Update network device drivers or firmware
28
29 Ensure that you are using the latest drivers and firmware for your network devices. Outdated or buggy drivers can sometimes cause packet drops.
30
31 - Monitor the network continuously
32
33 Regularly monitor the performance of your network to identify and address any issues that may be causing packet drops. You can use tools like `tc`, `ip`, `ifconfig`, and others for this purpose.
34
35 ### Useful resources
36
37 1. [Netdata - Real-Time Performance Monitoring](https://www.netdata.cloud/)
38 2. [Linux Advanced Routing & Traffic Control](https://lartc.org/)