اكتشف أي عملية تستهلك النطاق الترددي
# Install nethogs for per-process bandwidth monitoring
sudo apt install nethogs -y
sudo nethogs
# Or use iftop for interface-level traffic
sudo apt install iftop -y
sudo iftop -i eth0
استبدل eth0 بواجهتك الفعلية (تحقّق منها بـ ip link show).