About 777,000 results
Open links in new tab
  1. How to display network traffic in the terminal? - Ask Ubuntu

    Feb 17, 2013 · how to display the actual network traffic (wireless) in a terminal? Additionally: Is it possible to add this info to the chart of top?

  2. How can I capture network traffic of a single process?

    Nov 6, 2010 · 144 I would like to examine the network traffic being handled by a single process, but simple network captures won't work since I am dealing with such a busy system (lots of other traffic …

  3. How do I find out which process is eating up my bandwidth?

    Sometimes while I'm working (I still don't know why), my network traffic goes up to 200 KB/s and stays that way, even tough I'm not doing anything internet-related. This sometimes happens to me with the …

  4. networking - Route traffic on different ports through different network ...

    Jan 13, 2024 · Route traffic on different ports through different network interfaces Ask Question Asked 1 year, 11 months ago Modified 1 year, 11 months ago

  5. How can I set my linux box as a router to forward ip packets?

    I have a linux machine with two network interfaces, eth0 and eth1 both with static IP address (eth0: 192.168.100.1, eth1: 192.168.101.2). My goal is simple, I just want to forward ip packets from eth1 …

  6. command line - Is it possible to monitor network activity on Ubuntu ...

    Mar 17, 2023 · 2 You also have netstat that display active network connection, also nethogs for real time network traffic, tcpdump to capture and analyse the content of network traffic, also ss for information …

  7. How to tunnel whole system traffic to a proxy? - Ask Ubuntu

    Dec 17, 2022 · Is there any way to set a global proxy in Linux which works across all apps? Also, I think that TOR is the answer to your question. TOR is a SOCKS4/SOCKS5 encryption protocol. This …

  8. How to use Socks5 across the whole system like a VPN?

    Oct 20, 2022 · I'm looking for a way to use configured a Socks5 across the whole system including terminals, apps, browsers, etc. For instance, I run a socks5 proxy on my localhost on port 1080 using …

  9. Simulate single big network delay and packet burst after

    Sep 16, 2023 · Network Emulator is an enhancement of the Linux traffic control facilities that allow to add delay, packet loss, duplication and more other characteristics to packets outgoing from a …

  10. How to inspect outgoing HTTP requests of a single application?

    This doesn't work for a single process. You'll get all traffic on the interface and you'll have to filter it by IP/protocol, etc. wireshark - filter by process/pid