Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Network traffic monitoring software? Use with Conky?

  1. #1
    Join Date
    Aug 2013
    Beans
    23

    Question Network traffic monitoring software? Use with Conky?

    Hi,

    I've seen plenty of applications, such as Etherape, that allow monitoring of network traffic. These all seem to be of data off the machine I'm using.

    I'd like to monitor data traffic volumes from all the devices on my home network (e.g. a couple of XBoxes). My BT HomeHub router doesn't give me that capability.

    Ideally, I like some desktop widgets, or better still, integration with Conky, so that I can see readily see what devices are using my bandwidth.

    (No packet snooping, just traffic volume monitoring!)

    Is there anything out there that I can use?

    Thanks - Steven.

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Network traffic monitoring software? Use with Conky?

    To monitor network traffic the monitoring needs to see the traffic. That usually means it has to sit on the device where the bandwidth is used - or do it on the network equipment. Otherwise, only a partial view can be provided.

    Desktop widgets are not the best way to monitor bandwidth use. System monitoring is something that most end-users do not perform very well, IMHO. One of the easiest ways that I know to bridge the end-user and server monitoring is with SysUsage. http://blog.jdpfu.com/2009/12/16/sys...allation-steps is a little dated, but give the general idea for installation. To see the stuff it will graph, http://sysusage.darold.net/screenshot-sysusage/ .

    On Ubuntu, the package dependencies should be
    - sysstat
    - rrdtool
    - librrds-perl
    - librrd4
    - libdbi1
    - sysusage
    if my ansible script is correct still. Could be wrong.

    This will only provide the view of monitored systems ... windows/linux/unix ... don't think smart TVs, specialty media players, or Android/Apple are supported. For those, it really needs to happen on the router. Any router running dd-wrt, tomato or pfSense can do it. The graphs on tomato are really easy to use.

    Another alternative is to force all other devices to use a transparent proxy and monitor that device. http://www.tldp.org/HOWTO/TransparentProxy.html Probably more than you'd like to bite.

  3. #3
    Join Date
    Jun 2006
    Location
    Houston, TX
    Beans
    1,333
    Distro
    Ubuntu 6.06

    Re: Network traffic monitoring software? Use with Conky?

    As stated, you need to "see" the traffic to monitor the traffic. This can be a monitor port on a managed switch. Or you can build an Ubuntu system with a second network card and bridge them, then pass all of the traffic through that bridge.

    And if you like etherape, also check out ntopng, an update of the well regarded ntop. http://www.ntop.org/ntop/its-time-fo...llo-to-ntopng/

  4. #4
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Network traffic monitoring software? Use with Conky?

    Just to see what is going through my own computer I use vnstat and take the output from that into conky. I accept that if there are other machines using the network it will not be a accurate overall figure, but for my one main machine it is fine for me.

    The .conkyrc content I use for the network display is
    Code:
    NETWORK IP: $alignr eth0 -  ${addr eth0}
    DOWN: ${downspeed eth0}/s$alignr UP: ${upspeed eth0}/s
    ${color #FFA500}${downspeedgraph eth0 40,158}$alignr${upspeedgraph eth0 40,158}${color #FFFFFF}
    TOTAL ${totaldown eth0}$alignr TOTAL ${totalup eth0}
    
    #NETWORK IP: $alignr eth0 -  ${addr eth0}
    #DOWN: ${downspeed eth0}/s $alignr TOTAL ${totaldown eth0}
    #${downspeedgraph eth0 20,320}
    #UP: ${upspeed eth0}/s $alignr TOTAL ${totalup eth0}
    #${upspeedgraph eth0 20,320}
    #
    # To make hddtemp run as user use command "sudo chmod u+s /usr/sbin/hddtemp"
    # To make vnstat run as user use command "sudo chmod u+s /usr/bin/vnstat"
    # "${execi 60 vnstat" updates figures every 60 seconds.
    DOWN:                        UP:
    Today: ${execi 60 vnstat | grep "today" | awk '{print $2 $3}'}${alignr}Today: ${execi 60 vnstat | grep "today" | awk '{print $5 $6}'}
    Week:  ${execi 60 vnstat -w | grep "current week" | awk '{print $3 $4}'}${alignr}Week:  ${execi 60 vnstat -w | grep "current week" | awk '{print $6 $7}'}
    Month: ${execi 60 vnstat -m | grep "`date +"%b '%y"`" | awk '{print $3 $4}'}${alignr}Month: ${execi 60 vnstat -m | grep "`date +"%b '%y"`" | awk '{print $6 $7}'}
    Note the command in red needed to run vnstat as user instead of root.

  5. #5
    Join Date
    Aug 2013
    Beans
    23

    Re: Network traffic monitoring software? Use with Conky?

    @TheFu, @houstonbofh, @ajgreeny,

    Thanks for your thoughts.

    I'm really interested to see data flows from some of the devices on my network, e.g. an XBox.

    A BT HomeHub 3 is my ADSL modem and network DHCP server - it seems to have hardly any administration capability. I also have two wireless routers on my network, one a WRT54G running DD-WRT. If I switch the DHCP on my network to the WRT54G, even though it's not the gateway, could I then tap into its admin capability?

    Cheers - Steven.

  6. #6
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Network traffic monitoring software? Use with Conky?

    Try moving things around so that the WRT54G becomes the gateway. You can set up a static route through the WRT to the ADSL modem then have the WRT serve up the DHCP addresses. Then you can poll dd-wrt for network statistics. Once you have collected some data, you can set up Quality of Service (QoS) in dd-wrt to suit your needs.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  7. #7
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Network traffic monitoring software? Use with Conky?

    Make a Linux box be the internal network's default gateway and configure it to forward outbound traffic upstream to your router. Then you can run something like ntop on the Linux box and see all the network traffic. You can install ntop from the repositories.

    Even then I'm not sure you'll see traffic that remains entirely within the local network. Remember that TCP/IP and Ethernet rely on broadcasts to communicate within the local subnet. Only when traffic must leave the local subnet are routers involved. In essence all the machines communicate locally by shouting out the destination IP address of the packets they generate and waiting for the target to grab its packets as they flow by over the wire. While the method sounds incredibly inefficient, it's a tribute to Bob Metcalfe's insight that it works so well. IBM's token-ring protocol may had made more logical sense, but it was more expensive to implement and ultimately did not provide substantial performance improvements over Ethernet.
    Last edited by SeijiSensei; November 11th, 2013 at 04:17 AM.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  8. #8
    Join Date
    Oct 2005
    Location
    Milano, Italy
    Beans
    871
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Network traffic monitoring software? Use with Conky?

    You can use this raw command from terminal:
    Code:
    xterm -hold -e sudo iftop -i wlan0 &
    where in red you must indicate your network dev
    ------------------------------------------------
    yep ”short and long URL„
    http://yep.it/
    ------------------------------------------------

  9. #9
    Join Date
    Aug 2013
    Beans
    23

    Re: Network traffic monitoring software? Use with Conky?

    Thanks again for the replies.

    @tgalati4 how would I go abpout polling DD-WRT from my linux machine. Just some pointers on the web would be great, and I can learn/tinker the specifics for myself...

  10. #10
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Network traffic monitoring software? Use with Conky?

    http://www.dd-wrt.com/wiki/index.php...tflow_and_ntop
    There is also the bwlog http://www.dd-wrt.com/wiki/index.php/BWlog
    and using SNMP traps.

    If you aren't tied to dd-wrt for some reason (GigE router), then Tomato is a similar firmware with those graphs built-in. That could be easier.

Page 1 of 2 12 LastLast

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
  •