Results 1 to 3 of 3

Thread: Need help with random abnormal usage of network!

  1. #1
    Join Date
    Aug 2013
    Beans
    1

    Need help with random abnormal usage of network!

    I am brand new to using Ubuntu and am currently a variant called PinguyOS(12.04).
    I have been having some troubles with my networking usage. As you can see in the picture it is very high. This is happening
    when my computer is idle even. I have no program running or any background programs as far as I know of. Also, I have
    just updated my whole system thinking that would help but it did not. I am not doing anything as far as P2P goes.
    This is not the first time this has started happening.
    Any help is appreciated!

    Picture:

  2. #2
    Join Date
    Jul 2011
    Location
    South-Africa
    Beans
    678
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Need help with random abnormal usage of network!

    Hay,

    There are SO many options.. Google seems to think so anyway..

    Code:
    netstat -p
    Code:
    iftop
    Code:
    nethogs
    This seems to be the most basic and pure solution, run with:
    Code:
    sudo nethogs $interface
    Use iftop to locate the TCP port on your machine that is receiving the most traffic. Then use sudo netstat -tup to locate the process "owning" that port.

    That's the process you're looking for.

    PS: Should work for UDP too.
    ETC...

    Cheers
    Switched away from windows XP to Ubuntu 9.04. Never turned around to look back.

  3. #3
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Need help with random abnormal usage of network!

    Thread moved to Other OS/Distro Support.
    Cheesemill

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •